Class LfpStoreName.Builder (0.3.0)

public static class LfpStoreName.Builder

Builder for accounts/{account}/lfpStores/{target_merchant}~{store_code}.

Inheritance

java.lang.Object > LfpStoreName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public LfpStoreName build()
Returns
Type Description
LfpStoreName

getAccount()

public String getAccount()
Returns
Type Description
String

getStoreCode()

public String getStoreCode()
Returns
Type Description
String

getTargetMerchant()

public String getTargetMerchant()
Returns
Type Description
String

setAccount(String account)

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

setStoreCode(String storeCode)

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

setTargetMerchant(String targetMerchant)

public LfpStoreName.Builder setTargetMerchant(String targetMerchant)
Parameter
Name Description
targetMerchant String
Returns
Type Description
LfpStoreName.Builder