Class UserListGlobalLicenseCustomerInfoName (0.8.0)

public class UserListGlobalLicenseCustomerInfoName implements ResourceName

Inheritance

Object > UserListGlobalLicenseCustomerInfoName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String accountType, String account, String userListGlobalLicense, String licenseCustomerInfo)

public static String format(String accountType, String account, String userListGlobalLicense, String licenseCustomerInfo)
Parameters
Name Description
accountType String
account String
userListGlobalLicense String
licenseCustomerInfo String
Returns
Type Description
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
boolean

newBuilder()

public static UserListGlobalLicenseCustomerInfoName.Builder newBuilder()
Returns
Type Description
UserListGlobalLicenseCustomerInfoName.Builder

of(String accountType, String account, String userListGlobalLicense, String licenseCustomerInfo)

public static UserListGlobalLicenseCustomerInfoName of(String accountType, String account, String userListGlobalLicense, String licenseCustomerInfo)
Parameters
Name Description
accountType String
account String
userListGlobalLicense String
licenseCustomerInfo String
Returns
Type Description
UserListGlobalLicenseCustomerInfoName

parse(String formattedString)

public static UserListGlobalLicenseCustomerInfoName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
UserListGlobalLicenseCustomerInfoName

parseList(List<String> formattedStrings)

public static List<UserListGlobalLicenseCustomerInfoName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<UserListGlobalLicenseCustomerInfoName>

toStringList(List<UserListGlobalLicenseCustomerInfoName> values)

public static List<String> toStringList(List<UserListGlobalLicenseCustomerInfoName> values)
Parameter
Name Description
values List<UserListGlobalLicenseCustomerInfoName>
Returns
Type Description
List<String>

Constructors

UserListGlobalLicenseCustomerInfoName() (deprecated)

protected UserListGlobalLicenseCustomerInfoName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getAccount()

public String getAccount()
Returns
Type Description
String

getAccountType()

public String getAccountType()
Returns
Type Description
String

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
Name Description
fieldName String
Returns
Type Description
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
Type Description
Map<String,String>

getLicenseCustomerInfo()

public String getLicenseCustomerInfo()
Returns
Type Description
String

getUserListGlobalLicense()

public String getUserListGlobalLicense()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public UserListGlobalLicenseCustomerInfoName.Builder toBuilder()
Returns
Type Description
UserListGlobalLicenseCustomerInfoName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides