com.twilio.sdk.resource.instance
Class Conference

java.lang.Object
  extended by com.twilio.sdk.resource.Resource
      extended by com.twilio.sdk.resource.InstanceResource
          extended by com.twilio.sdk.resource.instance.Conference

public class Conference
extends InstanceResource

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

Conference

public Conference(TwilioRestClient client)
Instantiates a new conference.

Parameters:
client - the client

Conference

public Conference(TwilioRestClient client,
                  String sid)
Instantiates a new conference.

Parameters:
client - the client
sid - the sid

Conference

public Conference(TwilioRestClient client,
                  Map<String,Object> properties)
Instantiates a new conference.

Parameters:
client - the client
properties - the properties
Method Detail

getSid

public String getSid()
Gets the sid.

Returns:
the sid

getDateCreated

public Date getDateCreated()
Gets the date created.

Returns:
the date created

getDateUpdated

public Date getDateUpdated()
Gets the date updated.

Returns:
the date updated

getAccountSid

public String getAccountSid()
Gets the account sid.

Returns:
the account sid

getFriendlyName

public String getFriendlyName()
Gets the friendly name.

Returns:
the friendly name

getStatus

public String getStatus()
Gets the status.

Returns:
the status

getParticipants

public ParticipantList getParticipants()
Get the participant list


getParticipant

public Participant getParticipant(String callSid)
Retrieve a Participant from a conference



Copyright © 2011 Twilio, Inc. All Rights Reserved.