public class Conference extends SidResource
Modifier and Type | Class and Description |
---|---|
static class |
Conference.Status |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ConferenceFetcher |
fetch(String accountSid,
String sid)
Create a ConferenceFetcher to execute fetch.
|
static Conference |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Conference object using the provided
ObjectMapper.
|
static Conference |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Conference object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The unique sid that identifies this account.
|
String |
getApiVersion()
Returns The The api_version.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date this resource was created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date this resource was last updated.
|
String |
getFriendlyName()
Returns The A human readable description of this resource.
|
String |
getSid()
Returns The A string that uniquely identifies this conference.
|
Conference.Status |
getStatus()
Returns The The status of the conference.
|
String |
getUri()
Returns The The URI for this resource.
|
int |
hashCode() |
static ConferenceReader |
read(String accountSid)
Create a ConferenceReader to execute read.
|
String |
toString() |
public static ConferenceFetcher fetch(String accountSid, String sid)
accountSid
- The account_sidsid
- Fetch by unique conference Sidpublic static ConferenceReader read(String accountSid)
accountSid
- The account_sidpublic static Conference fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static Conference fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getAccountSid()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final String getApiVersion()
public final String getFriendlyName()
public final String getSid()
getSid
in class SidResource
public final Conference.Status getStatus()
public final String getUri()
Copyright © 2011 Twilio, Inc. All Rights Reserved.