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 ConnectApp
ConnectAppFetcher. fetch(TwilioRestClient client)
static ConnectApp
ConnectApp. fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ConnectApp object using the provided ObjectMapper.static ConnectApp
ConnectApp. fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ConnectApp object using the provided ObjectMapper.ConnectApp
ConnectAppUpdater. 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)
-