|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.twilio.sdk.resource.Resource
com.twilio.sdk.resource.InstanceResource
com.twilio.sdk.resource.instance.Conference
public class Conference
The Class Conference. For more information see https://www.twilio.com/docs/api/rest/conference
| Constructor Summary | |
|---|---|
Conference(TwilioRestClient client)
Instantiates a new conference. |
|
Conference(TwilioRestClient client,
Map<String,Object> properties)
Instantiates a new conference. |
|
Conference(TwilioRestClient client,
String sid)
Instantiates a new conference. |
|
| Method Summary | |
|---|---|
String |
getAccountSid()
Gets the account sid. |
Date |
getDateCreated()
Gets the date created. |
Date |
getDateUpdated()
Gets the date updated. |
String |
getFriendlyName()
Gets the friendly name. |
Participant |
getParticipant(String callSid)
Retrieve a Participant from a conference |
ParticipantList |
getParticipants()
Get the participant list |
String |
getSid()
Gets the sid. |
String |
getStatus()
Gets the status. |
| Methods inherited from class com.twilio.sdk.resource.InstanceResource |
|---|
getObject, getProperty, update, update |
| Methods inherited from class com.twilio.sdk.resource.Resource |
|---|
setRequestAccountSid |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Conference(TwilioRestClient client)
client - the client
public Conference(TwilioRestClient client,
String sid)
client - the clientsid - the sid
public Conference(TwilioRestClient client,
Map<String,Object> properties)
client - the clientproperties - the properties| Method Detail |
|---|
public String getSid()
public Date getDateCreated()
public Date getDateUpdated()
public String getAccountSid()
public String getFriendlyName()
public String getStatus()
public ParticipantList getParticipants()
public Participant getParticipant(String callSid)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||