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