Class UserListName (0.8.0)

public class UserListName implements ResourceName

Inheritance

Object > UserListName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String accountType, String account, String userList)

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

of(String accountType, String account, String userList)

public static UserListName of(String accountType, String account, String userList)
Parameters
Name Description
accountType String
account String
userList String
Returns
Type Description
UserListName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<UserListName> values)

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

Constructors

UserListName() (deprecated)

protected UserListName()

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>

getUserList()

public String getUserList()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides