public class Participant extends NextGenInstanceResource<TwilioConversationsClient>
| Constructor and Description |
|---|
Participant(TwilioConversationsClient client)
Instantiates a Participant
|
Participant(TwilioConversationsClient client,
Map<String,Object> properties)
Instantiates a Participant
|
Participant(TwilioConversationsClient client,
String conversationSid,
String participantSid)
Instantiates a Participant
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid()
The
Account Account sid of this Participant |
String |
getAddress()
Gets the Address
|
String |
getConversationSid()
The
Conversation Conversation this Participant belong to |
Calendar |
getDateCreated()
Gets the created date
|
Integer |
getDuration()
Gets the Duration
|
Calendar |
getEndTime()
Gets the end time
|
String |
getSid()
Gets the sid
|
Calendar |
getStartTime()
Get the start time
|
String |
getStatus()
Gets the status
|
String |
getUrl()
URL of this Participant
|
getCastedObject, getObject, getProperty, getPropertyAsInteger, toJSON, update, updatesetRequestAccountSidpublic Participant(TwilioConversationsClient client)
client - the clientpublic Participant(TwilioConversationsClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic Participant(TwilioConversationsClient client, String conversationSid, String participantSid)
client - the clientconversationSid - the conversation sidparticipantSid - the participant sidpublic String getSid()
public String getAddress()
public String getStatus()
public String getConversationSid()
Conversation Conversation this Participant belong topublic Calendar getDateCreated()
public Calendar getStartTime()
public Calendar getEndTime()
public Integer getDuration()
public String getAccountSid()
Account Account sid of this Participantpublic String getUrl()
Copyright © 2011 Twilio, Inc. All Rights Reserved.