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 classConferenceParticipant.CallDirectionstatic classConferenceParticipant.CallStatusstatic classConferenceParticipant.CallTypestatic classConferenceParticipant.JitterBufferSizestatic classConferenceParticipant.ProcessingStatestatic classConferenceParticipant.Region
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ConferenceParticipantFetcherfetcher(String pathConferenceSid, String pathParticipantSid)static ConferenceParticipantfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a ConferenceParticipant object using the provided ObjectMapper.static ConferenceParticipantfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a ConferenceParticipant object using the provided ObjectMapper.inthashCode()static ConferenceParticipantReaderreader(String pathConferenceSid)static StringtoJson(Object object, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
-
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
-
toJson
public static String toJson(Object object, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-