Uses of Class
com.twilio.rest.events.v1.Schema
-
Packages that use Schema Package Description com.twilio.rest.events.v1 -
-
Uses of Schema in com.twilio.rest.events.v1
Methods in com.twilio.rest.events.v1 that return Schema Modifier and Type Method Description SchemaSchemaFetcher. fetch(TwilioRestClient client)static SchemaSchema. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Schema object using the provided ObjectMapper.static SchemaSchema. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Schema object using the provided ObjectMapper.
-