Class CreativeName (0.4.0)

public class CreativeName implements ResourceName

Inheritance

Object > CreativeName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String networkCode, String creative)

public static String format(String networkCode, String creative)
Parameters
Name Description
networkCode String
creative 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 CreativeName.Builder newBuilder()
Returns
Type Description
CreativeName.Builder

of(String networkCode, String creative)

public static CreativeName of(String networkCode, String creative)
Parameters
Name Description
networkCode String
creative String
Returns
Type Description
CreativeName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<CreativeName> values)

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

Constructors

CreativeName() (deprecated)

protected CreativeName()

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

getCreative()

public String getCreative()
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>

getNetworkCode()

public String getNetworkCode()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides