public class Export extends Resource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static ExportFetcher |
fetcher(String pathResourceType)
Create a ExportFetcher to execute fetch.
|
static Export |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Export object using the provided
ObjectMapper.
|
static Export |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Export object using the provided ObjectMapper.
|
Map<String,String> |
getLinks()
Returns Nested resource URLs..
|
String |
getResourceType()
Returns The type of communication – Messages, Calls.
|
URI |
getUrl()
Returns The URL of this resource..
|
int |
hashCode() |
String |
toString() |
public static ExportFetcher fetcher(String pathResourceType)
pathResourceType
- The type of communication – Messages, Callspublic static Export fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static Export fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getResourceType()
public final URI getUrl()
public final Map<String,String> getLinks()
Copyright © 2019 Twilio, Inc. All Rights Reserved.