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