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