Class LocalInventoryName.Builder (0.21.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
Type Description
LocalInventoryName

getAccount()

public String getAccount()
Returns
Type Description
String

getProduct()

public String getProduct()
Returns
Type Description
String

getStoreCode()

public String getStoreCode()
Returns
Type Description
String

setAccount(String account)

public LocalInventoryName.Builder setAccount(String account)
Parameter
Name Description
account String
Returns
Type Description
LocalInventoryName.Builder

setProduct(String product)

public LocalInventoryName.Builder setProduct(String product)
Parameter
Name Description
product String
Returns
Type Description
LocalInventoryName.Builder

setStoreCode(String storeCode)

public LocalInventoryName.Builder setStoreCode(String storeCode)
Parameter
Name Description
storeCode String
Returns
Type Description
LocalInventoryName.Builder