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