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