Class UserListGlobalLicenseName.Builder (0.8.0)

public static class UserListGlobalLicenseName.Builder

Builder for accountTypes/{account_type}/accounts/{account}/userListGlobalLicenses/{user_list_global_license}.

Inheritance

java.lang.Object > UserListGlobalLicenseName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public UserListGlobalLicenseName build()
Returns
Type Description
UserListGlobalLicenseName

getAccount()

public String getAccount()
Returns
Type Description
String

getAccountType()

public String getAccountType()
Returns
Type Description
String

getUserListGlobalLicense()

public String getUserListGlobalLicense()
Returns
Type Description
String

setAccount(String account)

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

setAccountType(String accountType)

public UserListGlobalLicenseName.Builder setAccountType(String accountType)
Parameter
Name Description
accountType String
Returns
Type Description
UserListGlobalLicenseName.Builder

setUserListGlobalLicense(String userListGlobalLicense)

public UserListGlobalLicenseName.Builder setUserListGlobalLicense(String userListGlobalLicense)
Parameter
Name Description
userListGlobalLicense String
Returns
Type Description
UserListGlobalLicenseName.Builder