Class ParticipantSessionName (0.8.0)

public class ParticipantSessionName implements ResourceName

Inheritance

Object > ParticipantSessionName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String conferenceRecord, String participant, String participantSession)

public static String format(String conferenceRecord, String participant, String participantSession)
Parameters
NameDescription
conferenceRecordString
participantString
participantSessionString
Returns
TypeDescription
String

isParsableFrom(String formattedString)

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

newBuilder()

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

of(String conferenceRecord, String participant, String participantSession)

public static ParticipantSessionName of(String conferenceRecord, String participant, String participantSession)
Parameters
NameDescription
conferenceRecordString
participantString
participantSessionString
Returns
TypeDescription
ParticipantSessionName

parse(String formattedString)

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

parseList(List<String> formattedStrings)

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

toStringList(List<ParticipantSessionName> values)

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

Constructors

ParticipantSessionName() (deprecated)

protected ParticipantSessionName()

Methods

equals(Object o)

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

getConferenceRecord()

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

getParticipant()

public String getParticipant()
Returns
TypeDescription
String

getParticipantSession()

public String getParticipantSession()
Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

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

toString()

public String toString()
Returns
TypeDescription
String
Overrides