Class InteractionChannelParticipant
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.flexapi.v1.interaction.interactionchannel.InteractionChannelParticipant
-
- All Implemented Interfaces:
Serializable
public class InteractionChannelParticipant extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInteractionChannelParticipant.Statusstatic classInteractionChannelParticipant.Type
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InteractionChannelParticipantCreatorcreator(String pathInteractionSid, String pathChannelSid, InteractionChannelParticipant.Type type, Map<String,Object> mediaProperties)booleanequals(Object o)static InteractionChannelParticipantfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a InteractionChannelParticipant object using the provided ObjectMapper.static InteractionChannelParticipantfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a InteractionChannelParticipant object using the provided ObjectMapper.StringgetChannelSid()StringgetInteractionSid()StringgetSid()InteractionChannelParticipant.TypegetType()URIgetUrl()inthashCode()static InteractionChannelParticipantReaderreader(String pathInteractionSid, String pathChannelSid)static InteractionChannelParticipantUpdaterupdater(String pathInteractionSid, String pathChannelSid, String pathSid, InteractionChannelParticipant.Status status)
-
-
-
Method Detail
-
creator
public static InteractionChannelParticipantCreator creator(String pathInteractionSid, String pathChannelSid, InteractionChannelParticipant.Type type, Map<String,Object> mediaProperties)
-
reader
public static InteractionChannelParticipantReader reader(String pathInteractionSid, String pathChannelSid)
-
updater
public static InteractionChannelParticipantUpdater updater(String pathInteractionSid, String pathChannelSid, String pathSid, InteractionChannelParticipant.Status status)
-
fromJson
public static InteractionChannelParticipant fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a InteractionChannelParticipant object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- InteractionChannelParticipant object represented by the provided JSON
-
fromJson
public static InteractionChannelParticipant fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a InteractionChannelParticipant object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- InteractionChannelParticipant object represented by the provided JSON
-
getSid
public final String getSid()
-
getType
public final InteractionChannelParticipant.Type getType()
-
getInteractionSid
public final String getInteractionSid()
-
getChannelSid
public final String getChannelSid()
-
getUrl
public final URI getUrl()
-
-