Class ExportCustomJob
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.bulkexports.v1.export.ExportCustomJob
-
- All Implemented Interfaces:
Serializable
public class ExportCustomJob extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExportCustomJobCreator
creator(String pathResourceType, String startDay, String endDay, String friendlyName)
boolean
equals(Object o)
static ExportCustomJob
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ExportCustomJob object using the provided ObjectMapper.static ExportCustomJob
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ExportCustomJob object using the provided ObjectMapper.Map<String,Object>
getDetails()
String
getEmail()
String
getEndDay()
String
getEstimatedCompletionTime()
String
getFriendlyName()
String
getJobQueuePosition()
String
getJobSid()
String
getResourceType()
String
getStartDay()
String
getWebhookMethod()
String
getWebhookUrl()
int
hashCode()
static ExportCustomJobReader
reader(String pathResourceType)
-
-
-
Method Detail
-
creator
public static ExportCustomJobCreator creator(String pathResourceType, String startDay, String endDay, String friendlyName)
-
reader
public static ExportCustomJobReader reader(String pathResourceType)
-
fromJson
public static ExportCustomJob fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ExportCustomJob object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- ExportCustomJob object represented by the provided JSON
-
fromJson
public static ExportCustomJob fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ExportCustomJob object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- ExportCustomJob object represented by the provided JSON
-
getFriendlyName
public final String getFriendlyName()
-
getResourceType
public final String getResourceType()
-
getStartDay
public final String getStartDay()
-
getEndDay
public final String getEndDay()
-
getWebhookUrl
public final String getWebhookUrl()
-
getWebhookMethod
public final String getWebhookMethod()
-
getEmail
public final String getEmail()
-
getJobSid
public final String getJobSid()
-
getJobQueuePosition
public final String getJobQueuePosition()
-
getEstimatedCompletionTime
public final String getEstimatedCompletionTime()
-
-