Class AccountLabelName.Builder (0.1.0)

public static class AccountLabelName.Builder

Builder for accounts/{account}/labels/{label}.

Inheritance

java.lang.Object > AccountLabelName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public AccountLabelName build()
Returns
TypeDescription
AccountLabelName

getAccount()

public String getAccount()
Returns
TypeDescription
String

getLabel()

public String getLabel()
Returns
TypeDescription
String

setAccount(String account)

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

setLabel(String label)

public AccountLabelName.Builder setLabel(String label)
Parameter
NameDescription
labelString
Returns
TypeDescription
AccountLabelName.Builder