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