Class ProductInputName.Builder (0.1.0)

public static class ProductInputName.Builder

Builder for accounts/{account}/productInputs/{productinput}.

Inheritance

java.lang.Object > ProductInputName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public ProductInputName build()
Returns
Type Description
ProductInputName

getAccount()

public String getAccount()
Returns
Type Description
String

getProductinput()

public String getProductinput()
Returns
Type Description
String

setAccount(String account)

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

setProductinput(String productinput)

public ProductInputName.Builder setProductinput(String productinput)
Parameter
Name Description
productinput String
Returns
Type Description
ProductInputName.Builder