Class AddOnResult
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.api.v2010.account.recording.AddOnResult
-
- All Implemented Interfaces:
Serializable
public class AddOnResult extends Resource
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAddOnResult.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddOnResultDeleterdeleter(String pathReferenceSid, String pathSid)static AddOnResultDeleterdeleter(String pathAccountSid, String pathReferenceSid, String pathSid)booleanequals(Object o)static AddOnResultFetcherfetcher(String pathReferenceSid, String pathSid)static AddOnResultFetcherfetcher(String pathAccountSid, String pathReferenceSid, String pathSid)static AddOnResultfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a AddOnResult object using the provided ObjectMapper.static AddOnResultfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a AddOnResult object using the provided ObjectMapper.StringgetAccountSid()StringgetAddOnConfigurationSid()StringgetAddOnSid()ZonedDateTimegetDateCompleted()ZonedDateTimegetDateCreated()ZonedDateTimegetDateUpdated()StringgetReferenceSid()StringgetSid()AddOnResult.StatusgetStatus()Map<String,String>getSubresourceUris()inthashCode()static AddOnResultReaderreader(String pathReferenceSid)static AddOnResultReaderreader(String pathAccountSid, String pathReferenceSid)
-
-
-
Method Detail
-
fetcher
public static AddOnResultFetcher fetcher(String pathReferenceSid, String pathSid)
-
fetcher
public static AddOnResultFetcher fetcher(String pathAccountSid, String pathReferenceSid, String pathSid)
-
deleter
public static AddOnResultDeleter deleter(String pathReferenceSid, String pathSid)
-
deleter
public static AddOnResultDeleter deleter(String pathAccountSid, String pathReferenceSid, String pathSid)
-
reader
public static AddOnResultReader reader(String pathReferenceSid)
-
reader
public static AddOnResultReader reader(String pathAccountSid, String pathReferenceSid)
-
fromJson
public static AddOnResult fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AddOnResult object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- AddOnResult object represented by the provided JSON
-
fromJson
public static AddOnResult fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AddOnResult object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- AddOnResult object represented by the provided JSON
-
getSid
public final String getSid()
-
getAccountSid
public final String getAccountSid()
-
getStatus
public final AddOnResult.Status getStatus()
-
getAddOnSid
public final String getAddOnSid()
-
getAddOnConfigurationSid
public final String getAddOnConfigurationSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getDateCompleted
public final ZonedDateTime getDateCompleted()
-
getReferenceSid
public final String getReferenceSid()
-
-