Class BusinessIdentityName.Builder (0.2.0)

public static class BusinessIdentityName.Builder

Builder for accounts/{account}/businessIdentity.

Inheritance

java.lang.Object > BusinessIdentityName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public BusinessIdentityName build()
Returns
Type Description
BusinessIdentityName

getAccount()

public String getAccount()
Returns
Type Description
String

setAccount(String account)

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