Class ConferenceParticipant
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.insights.v1.conference.ConferenceParticipant
-
- All Implemented Interfaces:
Serializable
public class ConferenceParticipant extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConferenceParticipant.CallDirection
static class
ConferenceParticipant.CallStatus
static class
ConferenceParticipant.CallType
static class
ConferenceParticipant.JitterBufferSize
static class
ConferenceParticipant.ProcessingState
static class
ConferenceParticipant.Region
-
Method Summary
-
-
-
Method Detail
-
fetcher
public static ConferenceParticipantFetcher fetcher(String pathConferenceSid, String pathParticipantSid)
-
reader
public static ConferenceParticipantReader reader(String pathConferenceSid)
-
fromJson
public static ConferenceParticipant fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ConferenceParticipant object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- ConferenceParticipant object represented by the provided JSON
-
fromJson
public static ConferenceParticipant fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ConferenceParticipant object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- ConferenceParticipant object represented by the provided JSON
-
getParticipantSid
public final String getParticipantSid()
-
getLabel
public final String getLabel()
-
getConferenceSid
public final String getConferenceSid()
-
getCallSid
public final String getCallSid()
-
getAccountSid
public final String getAccountSid()
-
getCallDirection
public final ConferenceParticipant.CallDirection getCallDirection()
-
getFrom
public final String getFrom()
-
getTo
public final String getTo()
-
getCallStatus
public final ConferenceParticipant.CallStatus getCallStatus()
-
getCountryCode
public final String getCountryCode()
-
getIsModerator
public final Boolean getIsModerator()
-
getJoinTime
public final ZonedDateTime getJoinTime()
-
getLeaveTime
public final ZonedDateTime getLeaveTime()
-
getDurationSeconds
public final Integer getDurationSeconds()
-
getOutboundQueueLength
public final Integer getOutboundQueueLength()
-
getOutboundTimeInQueue
public final Integer getOutboundTimeInQueue()
-
getJitterBufferSize
public final ConferenceParticipant.JitterBufferSize getJitterBufferSize()
-
getIsCoach
public final Boolean getIsCoach()
-
getParticipantRegion
public final ConferenceParticipant.Region getParticipantRegion()
-
getConferenceRegion
public final ConferenceParticipant.Region getConferenceRegion()
-
getCallType
public final ConferenceParticipant.CallType getCallType()
-
getProcessingState
public final ConferenceParticipant.ProcessingState getProcessingState()
-
getUrl
public final URI getUrl()
-
-