Package | Description |
---|---|
com.twilio.rest.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
ConnectApp |
ConnectAppFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
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)
Make the request to the Twilio API to perform the update.
|
Modifier and Type | Method and Description |
---|---|
Page<ConnectApp> |
ConnectAppReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ConnectApp> |
ConnectAppReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<ConnectApp> |
ConnectAppReader.nextPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ConnectApp> |
ConnectAppReader.previousPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<ConnectApp> |
ConnectAppReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Modifier and Type | Method and Description |
---|---|
Page<ConnectApp> |
ConnectAppReader.nextPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ConnectApp> |
ConnectAppReader.previousPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.