Class HomepageName (0.2.0)

public class HomepageName implements ResourceName

Inheritance

Object > HomepageName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String account)

public static String format(String account)
Parameter
Name Description
account 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 HomepageName.Builder newBuilder()
Returns
Type Description
HomepageName.Builder

of(String account)

public static HomepageName of(String account)
Parameter
Name Description
account String
Returns
Type Description
HomepageName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<HomepageName> values)

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

Constructors

HomepageName() (deprecated)

protected HomepageName()

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

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>

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides