Modifier and Type | Method and Description |
---|---|
CredentialList |
CredentialListCreator.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
Modifier and Type | Method and Description |
---|---|
CredentialList |
CredentialListFetcher.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
Modifier and Type | Method and Description |
---|---|
ResourceSet<CredentialList> |
CredentialListReader.execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<CredentialList> |
CredentialListReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<CredentialList> |
CredentialListReader.nextPage(Page<CredentialList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
Page<CredentialList> |
CredentialListReader.nextPage(Page<CredentialList> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Modifier and Type | Method and Description |
---|---|
static CredentialList |
CredentialList.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a CredentialList object using the provided
ObjectMapper.
|
static CredentialList |
CredentialList.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a CredentialList object using the provided
ObjectMapper.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.