Class ChallengeUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Challenge>
-
- com.twilio.rest.verify.v2.service.entity.ChallengeUpdater
-
-
Constructor Summary
Constructors Constructor Description ChallengeUpdater(String pathServiceSid, String pathIdentity, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChallengeUpdatersetAuthPayload(String authPayload)ChallengeUpdatersetMetadata(Map<String,Object> metadata)Challengeupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setAuthPayload
public ChallengeUpdater setAuthPayload(String authPayload)
-
setMetadata
public ChallengeUpdater setMetadata(Map<String,Object> metadata)
-
-