Class ExportCustomJobCreator
- java.lang.Object
-
- com.twilio.base.Creator<ExportCustomJob>
-
- com.twilio.rest.bulkexports.v1.export.ExportCustomJobCreator
-
public class ExportCustomJobCreator extends Creator<ExportCustomJob>
-
-
Constructor Summary
Constructors Constructor Description ExportCustomJobCreator(String pathResourceType, String startDay, String endDay, String friendlyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExportCustomJobcreate(TwilioRestClient client)Execute a request using specified client.ExportCustomJobCreatorsetEmail(String email)ExportCustomJobCreatorsetEndDay(String endDay)ExportCustomJobCreatorsetFriendlyName(String friendlyName)ExportCustomJobCreatorsetStartDay(String startDay)ExportCustomJobCreatorsetWebhookMethod(String webhookMethod)ExportCustomJobCreatorsetWebhookUrl(String webhookUrl)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setStartDay
public ExportCustomJobCreator setStartDay(String startDay)
-
setEndDay
public ExportCustomJobCreator setEndDay(String endDay)
-
setFriendlyName
public ExportCustomJobCreator setFriendlyName(String friendlyName)
-
setWebhookUrl
public ExportCustomJobCreator setWebhookUrl(String webhookUrl)
-
setWebhookMethod
public ExportCustomJobCreator setWebhookMethod(String webhookMethod)
-
setEmail
public ExportCustomJobCreator setEmail(String email)
-
create
public ExportCustomJob create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<ExportCustomJob>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-