public class PublishedTrack extends Resource
Modifier and Type | Class and Description |
---|---|
static class |
PublishedTrack.Kind |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static PublishedTrackFetcher |
fetcher(String pathRoomSid,
String pathParticipantSid,
String pathSid)
Create a PublishedTrackFetcher to execute fetch.
|
static PublishedTrack |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a PublishedTrack object using the provided
ObjectMapper.
|
static PublishedTrack |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a PublishedTrack object using the provided
ObjectMapper.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
Boolean |
getEnabled()
Returns The The enabled.
|
PublishedTrack.Kind |
getKind()
Returns The The kind.
|
String |
getName()
Returns The The name.
|
String |
getParticipantSid()
Returns The The participant_sid.
|
String |
getRoomSid()
Returns The The room_sid.
|
String |
getSid()
Returns The The sid.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static PublishedTrackReader |
reader(String pathRoomSid,
String pathParticipantSid)
Create a PublishedTrackReader to execute read.
|
String |
toString() |
public static PublishedTrackFetcher fetcher(String pathRoomSid, String pathParticipantSid, String pathSid)
pathRoomSid
- The room_sidpathParticipantSid
- The participant_sidpathSid
- The sidpublic static PublishedTrackReader reader(String pathRoomSid, String pathParticipantSid)
pathRoomSid
- The room_sidpathParticipantSid
- The participant_sidpublic static PublishedTrack fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static PublishedTrack fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getSid()
public final String getParticipantSid()
public final String getRoomSid()
public final String getName()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final Boolean getEnabled()
public final PublishedTrack.Kind getKind()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.