public class Conference extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
Conference.Status |
static class |
Conference.UpdateStatus |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ConferenceFetcher |
fetcher(String pathSid)
Create a ConferenceFetcher to execute fetch.
|
static ConferenceFetcher |
fetcher(String pathAccountSid,
String pathSid)
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 |
getRegion()
Returns The The region.
|
String |
getSid()
Returns The A string that uniquely identifies this conference.
|
Conference.Status |
getStatus()
Returns The The status of the conference.
|
Map<String,String> |
getSubresourceUris()
Returns The The subresource_uris.
|
String |
getUri()
Returns The The URI for this resource.
|
int |
hashCode() |
static ConferenceReader |
reader()
Create a ConferenceReader to execute read.
|
static ConferenceReader |
reader(String pathAccountSid)
Create a ConferenceReader to execute read.
|
String |
toString() |
static ConferenceUpdater |
updater(String pathSid)
Create a ConferenceUpdater to execute update.
|
static ConferenceUpdater |
updater(String pathAccountSid,
String pathSid)
Create a ConferenceUpdater to execute update.
|
public static ConferenceFetcher fetcher(String pathAccountSid, String pathSid)
pathAccountSid
- The account_sidpathSid
- Fetch by unique conference Sidpublic static ConferenceFetcher fetcher(String pathSid)
pathSid
- Fetch by unique conference Sidpublic static ConferenceReader reader(String pathAccountSid)
pathAccountSid
- The account_sidpublic static ConferenceReader reader()
public static ConferenceUpdater updater(String pathAccountSid, String pathSid)
pathAccountSid
- The account_sidpathSid
- The sidpublic static ConferenceUpdater updater(String pathSid)
pathSid
- The 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 getRegion()
public final String getSid()
public final Conference.Status getStatus()
public final String getUri()
public final Map<String,String> getSubresourceUris()
Copyright © 2016 Twilio, Inc. All Rights Reserved.