public class AlphaSender extends Resource
| Modifier and Type | Method and Description |
|---|---|
static AlphaSenderCreator |
creator(String pathServiceSid,
String alphaSender)
Create a AlphaSenderCreator to execute create.
|
static AlphaSenderDeleter |
deleter(String pathServiceSid,
String pathSid)
Create a AlphaSenderDeleter to execute delete.
|
boolean |
equals(Object o) |
static AlphaSenderFetcher |
fetcher(String pathServiceSid,
String pathSid)
Create a AlphaSenderFetcher to execute fetch.
|
static AlphaSender |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AlphaSender object using the provided
ObjectMapper.
|
static AlphaSender |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AlphaSender object using the provided
ObjectMapper.
|
String |
getAccountSid()
Returns The The account_sid.
|
String |
getAlphaSender()
Returns The The alpha_sender.
|
List<Map<String,Object>> |
getCapabilities()
Returns The The capabilities.
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date_created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date_updated.
|
String |
getServiceSid()
Returns The The service_sid.
|
String |
getSid()
Returns The The sid.
|
URI |
getUrl()
Returns The The url.
|
int |
hashCode() |
static AlphaSenderReader |
reader(String pathServiceSid)
Create a AlphaSenderReader to execute read.
|
String |
toString() |
public static AlphaSenderCreator creator(String pathServiceSid, String alphaSender)
pathServiceSid - The service_sidalphaSender - The alpha_senderpublic static AlphaSenderReader reader(String pathServiceSid)
pathServiceSid - The service_sidpublic static AlphaSenderFetcher fetcher(String pathServiceSid, String pathSid)
pathServiceSid - The service_sidpathSid - The sidpublic static AlphaSenderDeleter deleter(String pathServiceSid, String pathSid)
pathServiceSid - The service_sidpathSid - The sidpublic static AlphaSender fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static AlphaSender 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 getServiceSid()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final String getAlphaSender()
public final List<Map<String,Object>> getCapabilities()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.