Class GoogleAdsLinkName (0.54.0)

public class GoogleAdsLinkName implements ResourceName

Inheritance

Object > GoogleAdsLinkName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String property, String googleAdsLink)

public static String format(String property, String googleAdsLink)
Parameters
Name Description
property String
googleAdsLink 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 GoogleAdsLinkName.Builder newBuilder()
Returns
Type Description
GoogleAdsLinkName.Builder

of(String property, String googleAdsLink)

public static GoogleAdsLinkName of(String property, String googleAdsLink)
Parameters
Name Description
property String
googleAdsLink String
Returns
Type Description
GoogleAdsLinkName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<GoogleAdsLinkName> values)

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

Constructors

GoogleAdsLinkName() (deprecated)

protected GoogleAdsLinkName()

Methods

equals(Object o)

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

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>
public String getGoogleAdsLink()
Returns
Type Description
String

getProperty()

public String getProperty()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
Type Description
String
Overrides