Class RollupPropertySourceLinkName (0.51.0)

public class RollupPropertySourceLinkName implements ResourceName

Inheritance

Object > RollupPropertySourceLinkName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String property, String rollupPropertySourceLink)

public static String format(String property, String rollupPropertySourceLink)
Parameters
NameDescription
propertyString
rollupPropertySourceLinkString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

public static boolean isParsableFrom(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
boolean

newBuilder()

public static RollupPropertySourceLinkName.Builder newBuilder()
Returns
TypeDescription
RollupPropertySourceLinkName.Builder

of(String property, String rollupPropertySourceLink)

public static RollupPropertySourceLinkName of(String property, String rollupPropertySourceLink)
Parameters
NameDescription
propertyString
rollupPropertySourceLinkString
Returns
TypeDescription
RollupPropertySourceLinkName

parse(String formattedString)

public static RollupPropertySourceLinkName parse(String formattedString)
Parameter
NameDescription
formattedStringString
Returns
TypeDescription
RollupPropertySourceLinkName

parseList(List<String> formattedStrings)

public static List<RollupPropertySourceLinkName> parseList(List<String> formattedStrings)
Parameter
NameDescription
formattedStringsList<String>
Returns
TypeDescription
List<RollupPropertySourceLinkName>

toStringList(List<RollupPropertySourceLinkName> values)

public static List<String> toStringList(List<RollupPropertySourceLinkName> values)
Parameter
NameDescription
valuesList<RollupPropertySourceLinkName>
Returns
TypeDescription
List<String>

Constructors

RollupPropertySourceLinkName() (deprecated)

protected RollupPropertySourceLinkName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getFieldValue(String fieldName)

public String getFieldValue(String fieldName)
Parameter
NameDescription
fieldNameString
Returns
TypeDescription
String

getFieldValuesMap()

public Map<String,String> getFieldValuesMap()
Returns
TypeDescription
Map<String,String>

getProperty()

public String getProperty()
Returns
TypeDescription
String
public String getRollupPropertySourceLink()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public RollupPropertySourceLinkName.Builder toBuilder()
Returns
TypeDescription
RollupPropertySourceLinkName.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides