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