Class DestinationAlphaSender
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.messaging.v1.service.DestinationAlphaSender
-
- All Implemented Interfaces:
Serializable
public class DestinationAlphaSender extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DestinationAlphaSenderCreator
creator(String pathServiceSid, String alphaSender)
static DestinationAlphaSenderDeleter
deleter(String pathServiceSid, String pathSid)
boolean
equals(Object o)
static DestinationAlphaSenderFetcher
fetcher(String pathServiceSid, String pathSid)
static DestinationAlphaSender
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a DestinationAlphaSender object using the provided ObjectMapper.static DestinationAlphaSender
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a DestinationAlphaSender object using the provided ObjectMapper.String
getAccountSid()
String
getAlphaSender()
List<String>
getCapabilities()
ZonedDateTime
getDateCreated()
ZonedDateTime
getDateUpdated()
String
getIsoCountryCode()
String
getServiceSid()
String
getSid()
URI
getUrl()
int
hashCode()
static DestinationAlphaSenderReader
reader(String pathServiceSid)
-
-
-
Method Detail
-
creator
public static DestinationAlphaSenderCreator creator(String pathServiceSid, String alphaSender)
-
deleter
public static DestinationAlphaSenderDeleter deleter(String pathServiceSid, String pathSid)
-
fetcher
public static DestinationAlphaSenderFetcher fetcher(String pathServiceSid, String pathSid)
-
reader
public static DestinationAlphaSenderReader reader(String pathServiceSid)
-
fromJson
public static DestinationAlphaSender fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a DestinationAlphaSender object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- DestinationAlphaSender object represented by the provided JSON
-
fromJson
public static DestinationAlphaSender fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a DestinationAlphaSender object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- DestinationAlphaSender object represented by the provided JSON
-
getSid
public final String getSid()
-
getAccountSid
public final String getAccountSid()
-
getServiceSid
public final String getServiceSid()
-
getDateCreated
public final ZonedDateTime getDateCreated()
-
getDateUpdated
public final ZonedDateTime getDateUpdated()
-
getAlphaSender
public final String getAlphaSender()
-
getUrl
public final URI getUrl()
-
getIsoCountryCode
public final String getIsoCountryCode()
-
-