public class ParticipantUpdater extends Updater<Participant>
| Constructor and Description |
|---|
ParticipantUpdater(String pathServiceSid,
String pathSessionSid,
String pathSid)
Construct a new ParticipantUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
ParticipantUpdater |
setFriendlyName(String friendlyName)
A human readable description of this resource, up to 64 characters..
|
ParticipantUpdater |
setIdentifier(String identifier)
The phone number of this Participant..
|
ParticipantUpdater |
setProxyIdentifier(String proxyIdentifier)
The proxy phone number for this Participant..
|
ParticipantUpdater |
setProxyIdentifierSid(String proxyIdentifierSid)
The unique SID identifier of the Proxy Identifier..
|
Participant |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic ParticipantUpdater setIdentifier(String identifier)
identifier - The phone number of this Participant.public ParticipantUpdater setFriendlyName(String friendlyName)
friendlyName - A human readable description of this resource.public ParticipantUpdater setProxyIdentifier(String proxyIdentifier)
proxyIdentifier - The proxy phone number for this Participant.public ParticipantUpdater setProxyIdentifierSid(String proxyIdentifierSid)
proxyIdentifierSid - Proxy Identifier Sid.public Participant update(TwilioRestClient client)
update in class Updater<Participant>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.