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 ExportCustomJobCreatorcreator(String pathResourceType, String startDay, String endDay, String friendlyName)booleanequals(Object o)static ExportCustomJobfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a ExportCustomJob object using the provided ObjectMapper.static ExportCustomJobfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a ExportCustomJob object using the provided ObjectMapper.Map<String,Object>getDetails()StringgetEmail()StringgetEndDay()StringgetEstimatedCompletionTime()StringgetFriendlyName()StringgetJobQueuePosition()StringgetJobSid()StringgetResourceType()StringgetStartDay()StringgetWebhookMethod()StringgetWebhookUrl()inthashCode()static ExportCustomJobReaderreader(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()
-
-