Modifier and Type | Method and Description |
---|---|
ConnectApp |
ConnectAppFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<ConnectApp> |
ConnectAppReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ConnectApp> |
ConnectAppReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ConnectApp> |
ConnectAppReader.nextPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<ConnectApp> |
ConnectAppReader.nextPage(Page<ConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ConnectApp |
ConnectAppUpdater.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.