Class ChannelGroupName (0.51.0)

public class ChannelGroupName implements ResourceName

Inheritance

Object > ChannelGroupName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String property, String channelGroup)

public static String format(String property, String channelGroup)
Parameters
NameDescription
propertyString
channelGroupString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String property, String channelGroup)

public static ChannelGroupName of(String property, String channelGroup)
Parameters
NameDescription
propertyString
channelGroupString
Returns
TypeDescription
ChannelGroupName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<ChannelGroupName> values)

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

Constructors

ChannelGroupName() (deprecated)

protected ChannelGroupName()

Methods

equals(Object o)

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

getChannelGroup()

public String getChannelGroup()
Returns
TypeDescription
String

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

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides