public class Conference extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
Conference.ReasonConferenceEnded |
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 SID of the Account that created this resource.
|
String |
getApiVersion()
Returns The API version used to create this conference.
|
String |
getCallSidEndingConference()
Returns The call SID that caused the conference to end.
|
ZonedDateTime |
getDateCreated()
Returns The RFC 2822 date and time in GMT that this resource was created.
|
ZonedDateTime |
getDateUpdated()
Returns The RFC 2822 date and time in GMT that this resource was last
updated.
|
String |
getFriendlyName()
Returns A string that you assigned to describe this conference room.
|
Conference.ReasonConferenceEnded |
getReasonConferenceEnded()
Returns The reason why a conference ended..
|
String |
getRegion()
Returns A string that represents the Twilio Region where the conference was
mixed.
|
String |
getSid()
Returns The unique string that identifies this resource.
|
Conference.Status |
getStatus()
Returns The status of this conference.
|
Map<String,String> |
getSubresourceUris()
Returns A list of related resources identified by their relative URIs.
|
String |
getUri()
Returns The URI of this resource, relative to `https://api.twilio.com`.
|
int |
hashCode() |
static ConferenceReader |
reader()
Create a ConferenceReader to execute read.
|
static ConferenceReader |
reader(String pathAccountSid)
Create a ConferenceReader to execute read.
|
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 SID of the Account that created the resource(s) to
fetchpathSid
- The unique string that identifies this resourcepublic static ConferenceFetcher fetcher(String pathSid)
pathSid
- The unique string that identifies this resourcepublic static ConferenceReader reader(String pathAccountSid)
pathAccountSid
- The SID of the Account that created the resource(s) to
readpublic static ConferenceReader reader()
public static ConferenceUpdater updater(String pathAccountSid, String pathSid)
pathAccountSid
- The SID of the Account that created the resource(s) to
updatepathSid
- The unique string that identifies this resourcepublic static ConferenceUpdater updater(String pathSid)
pathSid
- The unique string that identifies this resourcepublic 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 ZonedDateTime getDateCreated()
public final ZonedDateTime 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()
public final Conference.ReasonConferenceEnded getReasonConferenceEnded()
public final String getCallSidEndingConference()
Copyright © 2019 Twilio, Inc. All Rights Reserved.