Class FactorUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Factor>
-
- com.twilio.rest.verify.v2.service.entity.FactorUpdater
-
-
Constructor Summary
Constructors Constructor Description FactorUpdater(String pathServiceSid, String pathIdentity, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FactorUpdatersetAuthPayload(String authPayload)FactorUpdatersetConfigAlg(Factor.TotpAlgorithms configAlg)FactorUpdatersetConfigCodeLength(Integer configCodeLength)FactorUpdatersetConfigNotificationPlatform(String configNotificationPlatform)FactorUpdatersetConfigNotificationToken(String configNotificationToken)FactorUpdatersetConfigSdkVersion(String configSdkVersion)FactorUpdatersetConfigSkew(Integer configSkew)FactorUpdatersetConfigTimeStep(Integer configTimeStep)FactorUpdatersetFriendlyName(String friendlyName)Factorupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setAuthPayload
public FactorUpdater setAuthPayload(String authPayload)
-
setFriendlyName
public FactorUpdater setFriendlyName(String friendlyName)
-
setConfigNotificationToken
public FactorUpdater setConfigNotificationToken(String configNotificationToken)
-
setConfigSdkVersion
public FactorUpdater setConfigSdkVersion(String configSdkVersion)
-
setConfigTimeStep
public FactorUpdater setConfigTimeStep(Integer configTimeStep)
-
setConfigSkew
public FactorUpdater setConfigSkew(Integer configSkew)
-
setConfigCodeLength
public FactorUpdater setConfigCodeLength(Integer configCodeLength)
-
setConfigAlg
public FactorUpdater setConfigAlg(Factor.TotpAlgorithms configAlg)
-
setConfigNotificationPlatform
public FactorUpdater setConfigNotificationPlatform(String configNotificationPlatform)
-
-