Class AssignedAddOnExtension
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.api.v2010.account.incomingphonenumber.assignedaddon.AssignedAddOnExtension
-
- All Implemented Interfaces:
Serializable
public class AssignedAddOnExtension extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static AssignedAddOnExtensionFetcher
fetcher(String pathResourceSid, String pathAssignedAddOnSid, String pathSid)
static AssignedAddOnExtensionFetcher
fetcher(String pathAccountSid, String pathResourceSid, String pathAssignedAddOnSid, String pathSid)
static AssignedAddOnExtension
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AssignedAddOnExtension object using the provided ObjectMapper.static AssignedAddOnExtension
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AssignedAddOnExtension object using the provided ObjectMapper.String
getAccountSid()
String
getAssignedAddOnSid()
Boolean
getEnabled()
String
getFriendlyName()
String
getProductName()
String
getResourceSid()
String
getSid()
String
getUniqueName()
String
getUri()
int
hashCode()
static AssignedAddOnExtensionReader
reader(String pathResourceSid, String pathAssignedAddOnSid)
static AssignedAddOnExtensionReader
reader(String pathAccountSid, String pathResourceSid, String pathAssignedAddOnSid)
-
-
-
Method Detail
-
fetcher
public static AssignedAddOnExtensionFetcher fetcher(String pathResourceSid, String pathAssignedAddOnSid, String pathSid)
-
fetcher
public static AssignedAddOnExtensionFetcher fetcher(String pathAccountSid, String pathResourceSid, String pathAssignedAddOnSid, String pathSid)
-
reader
public static AssignedAddOnExtensionReader reader(String pathResourceSid, String pathAssignedAddOnSid)
-
reader
public static AssignedAddOnExtensionReader reader(String pathAccountSid, String pathResourceSid, String pathAssignedAddOnSid)
-
fromJson
public static AssignedAddOnExtension fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AssignedAddOnExtension object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- AssignedAddOnExtension object represented by the provided JSON
-
fromJson
public static AssignedAddOnExtension fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AssignedAddOnExtension object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- AssignedAddOnExtension object represented by the provided JSON
-
getSid
public final String getSid()
-
getAccountSid
public final String getAccountSid()
-
getResourceSid
public final String getResourceSid()
-
getAssignedAddOnSid
public final String getAssignedAddOnSid()
-
getFriendlyName
public final String getFriendlyName()
-
getProductName
public final String getProductName()
-
getUniqueName
public final String getUniqueName()
-
getUri
public final String getUri()
-
getEnabled
public final Boolean getEnabled()
-
-