Uses of Class
com.twilio.rest.verify.v2.service.Verification
-
Packages that use Verification Package Description com.twilio.rest.verify.v2.service -
-
Uses of Verification in com.twilio.rest.verify.v2.service
Methods in com.twilio.rest.verify.v2.service that return Verification Modifier and Type Method Description VerificationVerificationCreator. create(TwilioRestClient client)VerificationVerificationFetcher. fetch(TwilioRestClient client)static VerificationVerification. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Verification object using the provided ObjectMapper.static VerificationVerification. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Verification object using the provided ObjectMapper.VerificationVerificationUpdater. update(TwilioRestClient client)
-