Class InteractionChannelParticipantCreator
- java.lang.Object
-
- com.twilio.base.Creator<InteractionChannelParticipant>
-
- com.twilio.rest.flexapi.v1.interaction.interactionchannel.InteractionChannelParticipantCreator
-
public class InteractionChannelParticipantCreator extends Creator<InteractionChannelParticipant>
-
-
Constructor Summary
Constructors Constructor Description InteractionChannelParticipantCreator(String pathInteractionSid, String pathChannelSid, InteractionChannelParticipant.Type type, Map<String,Object> mediaProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InteractionChannelParticipantcreate(TwilioRestClient client)Execute a request using specified client.InteractionChannelParticipantCreatorsetMediaProperties(Map<String,Object> mediaProperties)InteractionChannelParticipantCreatorsetType(InteractionChannelParticipant.Type type)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setType
public InteractionChannelParticipantCreator setType(InteractionChannelParticipant.Type type)
-
setMediaProperties
public InteractionChannelParticipantCreator setMediaProperties(Map<String,Object> mediaProperties)
-
create
public InteractionChannelParticipant create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<InteractionChannelParticipant>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-