Package com.twilio.rest.verify.v2
Class ServiceUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Service>
-
- com.twilio.rest.verify.v2.ServiceUpdater
-
-
Constructor Summary
Constructors Constructor Description ServiceUpdater(String pathSid)
-
Method Summary
-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
ServiceUpdater
public ServiceUpdater(String pathSid)
-
-
Method Detail
-
setFriendlyName
public ServiceUpdater setFriendlyName(String friendlyName)
-
setCodeLength
public ServiceUpdater setCodeLength(Integer codeLength)
-
setLookupEnabled
public ServiceUpdater setLookupEnabled(Boolean lookupEnabled)
-
setSkipSmsToLandlines
public ServiceUpdater setSkipSmsToLandlines(Boolean skipSmsToLandlines)
-
setDtmfInputRequired
public ServiceUpdater setDtmfInputRequired(Boolean dtmfInputRequired)
-
setTtsName
public ServiceUpdater setTtsName(String ttsName)
-
setPsd2Enabled
public ServiceUpdater setPsd2Enabled(Boolean psd2Enabled)
-
setDoNotShareWarningEnabled
public ServiceUpdater setDoNotShareWarningEnabled(Boolean doNotShareWarningEnabled)
-
setCustomCodeEnabled
public ServiceUpdater setCustomCodeEnabled(Boolean customCodeEnabled)
-
setPushIncludeDate
public ServiceUpdater setPushIncludeDate(Boolean pushIncludeDate)
-
setPushApnCredentialSid
public ServiceUpdater setPushApnCredentialSid(String pushApnCredentialSid)
-
setPushFcmCredentialSid
public ServiceUpdater setPushFcmCredentialSid(String pushFcmCredentialSid)
-
setTotpIssuer
public ServiceUpdater setTotpIssuer(String totpIssuer)
-
setTotpTimeStep
public ServiceUpdater setTotpTimeStep(Integer totpTimeStep)
-
setTotpCodeLength
public ServiceUpdater setTotpCodeLength(Integer totpCodeLength)
-
setTotpSkew
public ServiceUpdater setTotpSkew(Integer totpSkew)
-
setDefaultTemplateSid
public ServiceUpdater setDefaultTemplateSid(String defaultTemplateSid)
-
-