| Constructor and Description |
|---|
ServiceCreator(String friendlyName)
Construct a new ServiceCreator.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
ServiceCreator |
setAreaCodeGeomatch(Boolean areaCodeGeomatch)
The area_code_geomatch.
|
ServiceCreator |
setFallbackMethod(HttpMethod fallbackMethod)
The fallback_method.
|
ServiceCreator |
setFallbackToLongCode(Boolean fallbackToLongCode)
The fallback_to_long_code.
|
ServiceCreator |
setFallbackUrl(String fallbackUrl)
The fallback_url.
|
ServiceCreator |
setFallbackUrl(URI fallbackUrl)
The fallback_url.
|
ServiceCreator |
setInboundMethod(HttpMethod inboundMethod)
The inbound_method.
|
ServiceCreator |
setInboundRequestUrl(String inboundRequestUrl)
The inbound_request_url.
|
ServiceCreator |
setInboundRequestUrl(URI inboundRequestUrl)
The inbound_request_url.
|
ServiceCreator |
setMmsConverter(Boolean mmsConverter)
The mms_converter.
|
ServiceCreator |
setScanMessageContent(Service.ScanMessageContent scanMessageContent)
The scan_message_content.
|
ServiceCreator |
setSmartEncoding(Boolean smartEncoding)
The smart_encoding.
|
ServiceCreator |
setStatusCallback(String statusCallback)
The status_callback.
|
ServiceCreator |
setStatusCallback(URI statusCallback)
The status_callback.
|
ServiceCreator |
setStickySender(Boolean stickySender)
The sticky_sender.
|
ServiceCreator |
setSynchronousValidation(Boolean synchronousValidation)
The synchronous_validation.
|
ServiceCreator |
setValidityPeriod(Integer validityPeriod)
The validity_period.
|
create, createAsync, createAsyncpublic ServiceCreator(String friendlyName)
friendlyName - The friendly_namepublic ServiceCreator setInboundRequestUrl(URI inboundRequestUrl)
inboundRequestUrl - The inbound_request_urlpublic ServiceCreator setInboundRequestUrl(String inboundRequestUrl)
inboundRequestUrl - The inbound_request_urlpublic ServiceCreator setInboundMethod(HttpMethod inboundMethod)
inboundMethod - The inbound_methodpublic ServiceCreator setFallbackUrl(URI fallbackUrl)
fallbackUrl - The fallback_urlpublic ServiceCreator setFallbackUrl(String fallbackUrl)
fallbackUrl - The fallback_urlpublic ServiceCreator setFallbackMethod(HttpMethod fallbackMethod)
fallbackMethod - The fallback_methodpublic ServiceCreator setStatusCallback(URI statusCallback)
statusCallback - The status_callbackpublic ServiceCreator setStatusCallback(String statusCallback)
statusCallback - The status_callbackpublic ServiceCreator setStickySender(Boolean stickySender)
stickySender - The sticky_senderpublic ServiceCreator setMmsConverter(Boolean mmsConverter)
mmsConverter - The mms_converterpublic ServiceCreator setSmartEncoding(Boolean smartEncoding)
smartEncoding - The smart_encodingpublic ServiceCreator setScanMessageContent(Service.ScanMessageContent scanMessageContent)
scanMessageContent - The scan_message_contentpublic ServiceCreator setFallbackToLongCode(Boolean fallbackToLongCode)
fallbackToLongCode - The fallback_to_long_codepublic ServiceCreator setAreaCodeGeomatch(Boolean areaCodeGeomatch)
areaCodeGeomatch - The area_code_geomatchpublic ServiceCreator setValidityPeriod(Integer validityPeriod)
validityPeriod - The validity_periodpublic ServiceCreator setSynchronousValidation(Boolean synchronousValidation)
synchronousValidation - The synchronous_validationpublic Service create(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.