public class Conversation extends NextGenInstanceResource<TwilioConversationsClient>
| Constructor and Description |
|---|
Conversation(TwilioConversationsClient client)
Instantiates a Conversation
|
Conversation(TwilioConversationsClient client,
Map<String,Object> properties)
Instantiates a Conversation
|
Conversation(TwilioConversationsClient client,
String conversationSid)
Instantiates a Conversation
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountSid()
The
Account creating this Conversation |
Calendar |
getDateCreated()
Gets the created date
|
Integer |
getDuration()
Gets the Duration
|
Calendar |
getEndTime()
Gets the end time
|
String |
getParticipantsUrl()
Gets the participants url
|
String |
getSid()
Gets the sid.
|
Calendar |
getStartTime()
Get the start time
|
String |
getStatus()
Gets the status
|
String |
getUrl()
URL of this Conversation in Twilio REST API.
|
getCastedObject, getObject, getProperty, getPropertyAsInteger, toJSON, update, updatesetRequestAccountSidpublic Conversation(TwilioConversationsClient client)
client - the clientpublic Conversation(TwilioConversationsClient client, Map<String,Object> properties)
client - the clientproperties - the propertiespublic Conversation(TwilioConversationsClient client, String conversationSid)
client - the clientconversationSid - the conversation sidpublic String getSid()
public String getStatus()
public String getAccountSid()
Account creating this Conversationpublic Calendar getDateCreated()
public Calendar getStartTime()
public Calendar getEndTime()
public Integer getDuration()
public String getUrl()
public String getParticipantsUrl()
Copyright © 2011 Twilio, Inc. All Rights Reserved.