public class Recording extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
Recording.Codec |
static class |
Recording.Format |
static class |
Recording.Status |
static class |
Recording.Type |
| Modifier and Type | Method and Description |
|---|---|
static RecordingDeleter |
deleter(String pathSid)
Create a RecordingDeleter to execute delete.
|
boolean |
equals(Object o) |
static RecordingFetcher |
fetcher(String pathSid)
Create a RecordingFetcher to execute fetch.
|
static Recording |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Recording object using the provided
ObjectMapper.
|
static Recording |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Recording object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
Recording.Codec |
getCodec()
Returns The The codec.
|
Recording.Format |
getContainerFormat()
Returns The The container_format.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
Integer |
getDuration()
Returns The The duration.
|
Map<String,Object> |
getGroupingSids()
Returns The The grouping_sids.
|
Map<String,String> |
getLinks()
Returns The The links.
|
String |
getSid()
Returns The The sid.
|
Integer |
getSize()
Returns The The size.
|
String |
getSourceSid()
Returns The The source_sid.
|
Recording.Status |
getStatus()
Returns The The status.
|
Recording.Type |
getType()
Returns The The type.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static RecordingReader |
reader()
Create a RecordingReader to execute read.
|
String |
toString() |
public static RecordingFetcher fetcher(String pathSid)
pathSid - The sidpublic static RecordingReader reader()
public static RecordingDeleter deleter(String pathSid)
pathSid - The sidpublic static Recording fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static Recording fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getAccountSid()
public final Recording.Status getStatus()
public final org.joda.time.DateTime getDateCreated()
public final String getSid()
public final String getSourceSid()
public final Integer getSize()
public final URI getUrl()
public final Recording.Type getType()
public final Integer getDuration()
public final Recording.Format getContainerFormat()
public final Recording.Codec getCodec()
public final Map<String,Object> getGroupingSids()
Copyright © 2016 Twilio, Inc. All Rights Reserved.