Class AccountLabelName.Builder (0.12.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
Type Description
AccountLabelName

getAccount()

public String getAccount()
Returns
Type Description
String

getLabel()

public String getLabel()
Returns
Type Description
String

setAccount(String account)

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

setLabel(String label)

public AccountLabelName.Builder setLabel(String label)
Parameter
Name Description
label String
Returns
Type Description
AccountLabelName.Builder