public class AssignedAddOnExtension extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static AssignedAddOnExtensionFetcher |
fetcher(String pathResourceSid,
String pathAssignedAddOnSid,
String pathSid)
Create a AssignedAddOnExtensionFetcher to execute fetch.
|
static AssignedAddOnExtensionFetcher |
fetcher(String pathAccountSid,
String pathResourceSid,
String pathAssignedAddOnSid,
String pathSid)
Create a AssignedAddOnExtensionFetcher to execute fetch.
|
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()
Returns The The Account id that has installed this Add-on.
|
String |
getAssignedAddOnSid()
Returns The A string that uniquely identifies the assigned Add-on
installation.
|
Boolean |
getEnabled()
Returns The A Boolean indicating if the Extension will be invoked.
|
String |
getFriendlyName()
Returns The A human-readable description of this Extension.
|
String |
getProductName()
Returns The A human-readable description of the Extension's Product.
|
String |
getResourceSid()
Returns The The Phone Number id that has installed this Add-on.
|
String |
getSid()
Returns The A string that uniquely identifies this Extension.
|
String |
getUniqueName()
Returns The The string that uniquely identifies this Extension.
|
String |
getUri()
Returns The The uri.
|
int |
hashCode() |
static AssignedAddOnExtensionReader |
reader(String pathResourceSid,
String pathAssignedAddOnSid)
Create a AssignedAddOnExtensionReader to execute read.
|
static AssignedAddOnExtensionReader |
reader(String pathAccountSid,
String pathResourceSid,
String pathAssignedAddOnSid)
Create a AssignedAddOnExtensionReader to execute read.
|
String |
toString() |
public static AssignedAddOnExtensionFetcher fetcher(String pathAccountSid, String pathResourceSid, String pathAssignedAddOnSid, String pathSid)
pathAccountSid - The account_sidpathResourceSid - The resource_sidpathAssignedAddOnSid - The assigned_add_on_sidpathSid - The unique Extension Sidpublic static AssignedAddOnExtensionFetcher fetcher(String pathResourceSid, String pathAssignedAddOnSid, String pathSid)
pathResourceSid - The resource_sidpathAssignedAddOnSid - The assigned_add_on_sidpathSid - The unique Extension Sidpublic static AssignedAddOnExtensionReader reader(String pathAccountSid, String pathResourceSid, String pathAssignedAddOnSid)
pathAccountSid - The account_sidpathResourceSid - The resource_sidpathAssignedAddOnSid - The assigned_add_on_sidpublic static AssignedAddOnExtensionReader reader(String pathResourceSid, String pathAssignedAddOnSid)
pathResourceSid - The resource_sidpathAssignedAddOnSid - The assigned_add_on_sidpublic static AssignedAddOnExtension fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static AssignedAddOnExtension fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getSid()
public final String getAccountSid()
public final String getResourceSid()
public final String getAssignedAddOnSid()
public final String getFriendlyName()
public final String getProductName()
public final String getUniqueName()
public final String getUri()
public final Boolean getEnabled()
Copyright © 2016 Twilio, Inc. All Rights Reserved.