Uses of Class
com.twilio.rest.events.v1.schema.SchemaVersion
-
Packages that use SchemaVersion Package Description com.twilio.rest.events.v1.schema -
-
Uses of SchemaVersion in com.twilio.rest.events.v1.schema
Methods in com.twilio.rest.events.v1.schema that return SchemaVersion Modifier and Type Method Description SchemaVersionSchemaVersionFetcher. fetch(TwilioRestClient client)static SchemaVersionSchemaVersion. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a SchemaVersion object using the provided ObjectMapper.static SchemaVersionSchemaVersion. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a SchemaVersion object using the provided ObjectMapper.Methods in com.twilio.rest.events.v1.schema that return types with arguments of type SchemaVersion Modifier and Type Method Description Page<SchemaVersion>SchemaVersionReader. firstPage(TwilioRestClient client)Page<SchemaVersion>SchemaVersionReader. getPage(String targetUrl, TwilioRestClient client)Page<SchemaVersion>SchemaVersionReader. nextPage(Page<SchemaVersion> page, TwilioRestClient client)Page<SchemaVersion>SchemaVersionReader. previousPage(Page<SchemaVersion> page, TwilioRestClient client)ResourceSet<SchemaVersion>SchemaVersionReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.events.v1.schema with type arguments of type SchemaVersion Modifier and Type Method Description Page<SchemaVersion>SchemaVersionReader. nextPage(Page<SchemaVersion> page, TwilioRestClient client)Page<SchemaVersion>SchemaVersionReader. previousPage(Page<SchemaVersion> page, TwilioRestClient client)
-