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