@Generated(value="by gapic-generator-java") public class ParticipantName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ParticipantName.Builder
Builder for conferenceRecords/{conference_record}/participants/{participant}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ParticipantName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String conferenceRecord,
String participant) |
String |
getConferenceRecord() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getParticipant() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ParticipantName.Builder |
newBuilder() |
static ParticipantName |
of(String conferenceRecord,
String participant) |
static ParticipantName |
parse(String formattedString) |
static List<ParticipantName> |
parseList(List<String> formattedStrings) |
ParticipantName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<ParticipantName> values) |
@Deprecated protected ParticipantName()
public String getConferenceRecord()
public String getParticipant()
public static ParticipantName.Builder newBuilder()
public ParticipantName.Builder toBuilder()
public static ParticipantName of(String conferenceRecord, String participant)
public static ParticipantName parse(String formattedString)
public static List<ParticipantName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ParticipantName> 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.