Class UserListGlobalLicenseCustomerInfoName.Builder (0.8.0)

public static class UserListGlobalLicenseCustomerInfoName.Builder

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

Inheritance

java.lang.Object > UserListGlobalLicenseCustomerInfoName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public UserListGlobalLicenseCustomerInfoName build()
Returns
Type Description
UserListGlobalLicenseCustomerInfoName

getAccount()

public String getAccount()
Returns
Type Description
String

getAccountType()

public String getAccountType()
Returns
Type Description
String

getLicenseCustomerInfo()

public String getLicenseCustomerInfo()
Returns
Type Description
String

getUserListGlobalLicense()

public String getUserListGlobalLicense()
Returns
Type Description
String

setAccount(String account)

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

setAccountType(String accountType)

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

setLicenseCustomerInfo(String licenseCustomerInfo)

public UserListGlobalLicenseCustomerInfoName.Builder setLicenseCustomerInfo(String licenseCustomerInfo)
Parameter
Name Description
licenseCustomerInfo String
Returns
Type Description
UserListGlobalLicenseCustomerInfoName.Builder

setUserListGlobalLicense(String userListGlobalLicense)

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