public class AddOnResult extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
AddOnResult.Status |
| Modifier and Type | Method and Description |
|---|---|
static AddOnResultDeleter |
deleter(String pathReferenceSid,
String pathSid)
Create a AddOnResultDeleter to execute delete.
|
static AddOnResultDeleter |
deleter(String pathAccountSid,
String pathReferenceSid,
String pathSid)
Create a AddOnResultDeleter to execute delete.
|
boolean |
equals(Object o) |
static AddOnResultFetcher |
fetcher(String pathReferenceSid,
String pathSid)
Create a AddOnResultFetcher to execute fetch.
|
static AddOnResultFetcher |
fetcher(String pathAccountSid,
String pathReferenceSid,
String pathSid)
Create a AddOnResultFetcher to execute fetch.
|
static AddOnResult |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AddOnResult object using the provided
ObjectMapper.
|
static AddOnResult |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AddOnResult object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The unique sid that identifies this account.
|
String |
getAddOnConfigurationSid()
Returns The A string that uniquely identifies the Add-on configuration..
|
String |
getAddOnSid()
Returns The A string that uniquely identifies the Add-on..
|
org.joda.time.DateTime |
getDateCompleted()
Returns The The date this result was completed..
|
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 |
getReferenceSid()
Returns The A string that uniquely identifies the recording..
|
String |
getSid()
Returns The A string that uniquely identifies this result.
|
AddOnResult.Status |
getStatus()
Returns The The status of this result..
|
Map<String,String> |
getSubresourceUris()
Returns The The subresource_uris.
|
int |
hashCode() |
static AddOnResultReader |
reader(String pathReferenceSid)
Create a AddOnResultReader to execute read.
|
static AddOnResultReader |
reader(String pathAccountSid,
String pathReferenceSid)
Create a AddOnResultReader to execute read.
|
String |
toString() |
public static AddOnResultFetcher fetcher(String pathAccountSid, String pathReferenceSid, String pathSid)
pathAccountSid - The account_sidpathReferenceSid - The reference_sidpathSid - Fetch by unique result Sidpublic static AddOnResultFetcher fetcher(String pathReferenceSid, String pathSid)
pathReferenceSid - The reference_sidpathSid - Fetch by unique result Sidpublic static AddOnResultReader reader(String pathAccountSid, String pathReferenceSid)
pathAccountSid - The account_sidpathReferenceSid - The reference_sidpublic static AddOnResultReader reader(String pathReferenceSid)
pathReferenceSid - The reference_sidpublic static AddOnResultDeleter deleter(String pathAccountSid, String pathReferenceSid, String pathSid)
pathAccountSid - The account_sidpathReferenceSid - The reference_sidpathSid - Delete by unique result Sidpublic static AddOnResultDeleter deleter(String pathReferenceSid, String pathSid)
pathReferenceSid - The reference_sidpathSid - Delete by unique result Sidpublic static AddOnResult fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static AddOnResult fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getSid()
public final String getAccountSid()
public final AddOnResult.Status getStatus()
public final String getAddOnSid()
public final String getAddOnConfigurationSid()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final org.joda.time.DateTime getDateCompleted()
public final String getReferenceSid()
public final Map<String,String> getSubresourceUris()
Copyright © 2016 Twilio, Inc. All Rights Reserved.