Class LocalInventoryName.Builder (0.16.0)

public static class LocalInventoryName.Builder

Builder for accounts/{account}/products/{product}/localInventories/{store_code}.

Inheritance

java.lang.Object > LocalInventoryName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public LocalInventoryName build()
Returns
TypeDescription
LocalInventoryName

getAccount()

public String getAccount()
Returns
TypeDescription
String

getProduct()

public String getProduct()
Returns
TypeDescription
String

getStoreCode()

public String getStoreCode()
Returns
TypeDescription
String

setAccount(String account)

public LocalInventoryName.Builder setAccount(String account)
Parameter
NameDescription
accountString
Returns
TypeDescription
LocalInventoryName.Builder

setProduct(String product)

public LocalInventoryName.Builder setProduct(String product)
Parameter
NameDescription
productString
Returns
TypeDescription
LocalInventoryName.Builder

setStoreCode(String storeCode)

public LocalInventoryName.Builder setStoreCode(String storeCode)
Parameter
NameDescription
storeCodeString
Returns
TypeDescription
LocalInventoryName.Builder