Package | Description |
---|---|
com.twilio.sdk.fetcher.api.v2010.account | |
com.twilio.sdk.reader.api.v2010.account | |
com.twilio.sdk.resource.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
AuthorizedConnectApp |
AuthorizedConnectAppFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<AuthorizedConnectApp> |
AuthorizedConnectAppReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AuthorizedConnectApp> |
AuthorizedConnectAppReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<AuthorizedConnectApp> |
AuthorizedConnectAppReader.nextPage(Page<AuthorizedConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<AuthorizedConnectApp> |
AuthorizedConnectAppReader.nextPage(Page<AuthorizedConnectApp> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
static AuthorizedConnectApp |
AuthorizedConnectApp.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a AuthorizedConnectApp object using the
provided ObjectMapper.
|
static AuthorizedConnectApp |
AuthorizedConnectApp.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a AuthorizedConnectApp object using the provided
ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.