@Generated(value="by gapic-generator-java") public class AudienceListName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
AudienceListName.Builder
Builder for properties/{property}/audienceLists/{audience_list}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
AudienceListName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String property,
String audienceList) |
String |
getAudienceList() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getProperty() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static AudienceListName.Builder |
newBuilder() |
static AudienceListName |
of(String property,
String audienceList) |
static AudienceListName |
parse(String formattedString) |
static List<AudienceListName> |
parseList(List<String> formattedStrings) |
AudienceListName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<AudienceListName> values) |
@Deprecated protected AudienceListName()
public String getProperty()
public String getAudienceList()
public static AudienceListName.Builder newBuilder()
public AudienceListName.Builder toBuilder()
public static AudienceListName of(String property, String audienceList)
public static AudienceListName parse(String formattedString)
public static List<AudienceListName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<AudienceListName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.