Class ParticipantCreator
- java.lang.Object
-
- com.twilio.base.Creator<Participant>
-
- com.twilio.rest.proxy.v1.service.session.ParticipantCreator
-
public class ParticipantCreator extends Creator<Participant>
-
-
Constructor Summary
Constructors Constructor Description ParticipantCreator(String pathServiceSid, String pathSessionSid, String identifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Participant
create(TwilioRestClient client)
Execute a request using specified client.ParticipantCreator
setFriendlyName(String friendlyName)
ParticipantCreator
setIdentifier(String identifier)
ParticipantCreator
setProxyIdentifier(String proxyIdentifier)
ParticipantCreator
setProxyIdentifierSid(String proxyIdentifierSid)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setIdentifier
public ParticipantCreator setIdentifier(String identifier)
-
setFriendlyName
public ParticipantCreator setFriendlyName(String friendlyName)
-
setProxyIdentifier
public ParticipantCreator setProxyIdentifier(String proxyIdentifier)
-
setProxyIdentifierSid
public ParticipantCreator setProxyIdentifierSid(String proxyIdentifierSid)
-
create
public Participant create(TwilioRestClient client)
Description copied from class:Creator
Execute a request using specified client.- Specified by:
create
in classCreator<Participant>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-