Class UserListGlobalLicenseName (0.8.0)

public class UserListGlobalLicenseName implements ResourceName

Inheritance

Object > UserListGlobalLicenseName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String accountType, String account, String userListGlobalLicense)

public static String format(String accountType, String account, String userListGlobalLicense)
Parameters
Name Description
accountType String
account String
userListGlobalLicense 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 UserListGlobalLicenseName.Builder newBuilder()
Returns
Type Description
UserListGlobalLicenseName.Builder

of(String accountType, String account, String userListGlobalLicense)

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

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<UserListGlobalLicenseName> values)

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

Constructors

UserListGlobalLicenseName() (deprecated)

protected UserListGlobalLicenseName()

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>

getUserListGlobalLicense()

public String getUserListGlobalLicense()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides