Uses of Class
com.twilio.rest.api.v2010.account.Application
-
Packages that use Application Package Description com.twilio.rest.api.v2010.account -
-
Uses of Application in com.twilio.rest.api.v2010.account
Methods in com.twilio.rest.api.v2010.account that return Application Modifier and Type Method Description ApplicationApplicationCreator. create(TwilioRestClient client)ApplicationApplicationFetcher. fetch(TwilioRestClient client)static ApplicationApplication. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Application object using the provided ObjectMapper.static ApplicationApplication. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Application object using the provided ObjectMapper.ApplicationApplicationUpdater. update(TwilioRestClient client)Methods in com.twilio.rest.api.v2010.account that return types with arguments of type Application Modifier and Type Method Description Page<Application>ApplicationReader. firstPage(TwilioRestClient client)Page<Application>ApplicationReader. getPage(String targetUrl, TwilioRestClient client)Page<Application>ApplicationReader. nextPage(Page<Application> page, TwilioRestClient client)Page<Application>ApplicationReader. previousPage(Page<Application> page, TwilioRestClient client)ResourceSet<Application>ApplicationReader. read(TwilioRestClient client)Method parameters in com.twilio.rest.api.v2010.account with type arguments of type Application Modifier and Type Method Description Page<Application>ApplicationReader. nextPage(Page<Application> page, TwilioRestClient client)Page<Application>ApplicationReader. previousPage(Page<Application> page, TwilioRestClient client)
-