Package com.twilio.rest.messaging.v1
Class ServiceCreator
- java.lang.Object
-
- com.twilio.base.Creator<Service>
-
- com.twilio.rest.messaging.v1.ServiceCreator
-
-
Constructor Summary
Constructors Constructor Description ServiceCreator(String friendlyName)
-
Method Summary
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Constructor Detail
-
ServiceCreator
public ServiceCreator(String friendlyName)
-
-
Method Detail
-
setFriendlyName
public ServiceCreator setFriendlyName(String friendlyName)
-
setInboundRequestUrl
public ServiceCreator setInboundRequestUrl(URI inboundRequestUrl)
-
setInboundRequestUrl
public ServiceCreator setInboundRequestUrl(String inboundRequestUrl)
-
setInboundMethod
public ServiceCreator setInboundMethod(HttpMethod inboundMethod)
-
setFallbackUrl
public ServiceCreator setFallbackUrl(URI fallbackUrl)
-
setFallbackUrl
public ServiceCreator setFallbackUrl(String fallbackUrl)
-
setFallbackMethod
public ServiceCreator setFallbackMethod(HttpMethod fallbackMethod)
-
setStatusCallback
public ServiceCreator setStatusCallback(URI statusCallback)
-
setStatusCallback
public ServiceCreator setStatusCallback(String statusCallback)
-
setStickySender
public ServiceCreator setStickySender(Boolean stickySender)
-
setMmsConverter
public ServiceCreator setMmsConverter(Boolean mmsConverter)
-
setSmartEncoding
public ServiceCreator setSmartEncoding(Boolean smartEncoding)
-
setScanMessageContent
public ServiceCreator setScanMessageContent(Service.ScanMessageContent scanMessageContent)
-
setFallbackToLongCode
public ServiceCreator setFallbackToLongCode(Boolean fallbackToLongCode)
-
setAreaCodeGeomatch
public ServiceCreator setAreaCodeGeomatch(Boolean areaCodeGeomatch)
-
setValidityPeriod
public ServiceCreator setValidityPeriod(Integer validityPeriod)
-
setSynchronousValidation
public ServiceCreator setSynchronousValidation(Boolean synchronousValidation)
-
setUsecase
public ServiceCreator setUsecase(String usecase)
-
setUseInboundWebhookOnNumber
public ServiceCreator setUseInboundWebhookOnNumber(Boolean useInboundWebhookOnNumber)
-
-