Package com.twilio.rest.messaging.v1
Class Deactivations
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.messaging.v1.Deactivations
-
- All Implemented Interfaces:
Serializable
public class Deactivations 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 DeactivationsFetcher
fetcher()
static Deactivations
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Deactivations object using the provided ObjectMapper.static Deactivations
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Deactivations object using the provided ObjectMapper.URI
getRedirectTo()
int
hashCode()
-
-
-
Method Detail
-
fetcher
public static DeactivationsFetcher fetcher()
-
fromJson
public static Deactivations fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Deactivations object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- Deactivations object represented by the provided JSON
-
fromJson
public static Deactivations fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Deactivations object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- Deactivations object represented by the provided JSON
-
getRedirectTo
public final URI getRedirectTo()
-
-