| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account.sip.domain |
| Modifier and Type | Method and Description |
|---|---|
CredentialListMapping |
CredentialListMappingCreator.create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
CredentialListMapping |
CredentialListMappingFetcher.fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
static CredentialListMapping |
CredentialListMapping.fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a CredentialListMapping object using the
provided ObjectMapper.
|
static CredentialListMapping |
CredentialListMapping.fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a CredentialListMapping object using the provided
ObjectMapper.
|
| Modifier and Type | Method and Description |
|---|---|
Page<CredentialListMapping> |
CredentialListMappingReader.firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<CredentialListMapping> |
CredentialListMappingReader.getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<CredentialListMapping> |
CredentialListMappingReader.nextPage(Page<CredentialListMapping> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<CredentialListMapping> |
CredentialListMappingReader.previousPage(Page<CredentialListMapping> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<CredentialListMapping> |
CredentialListMappingReader.read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
| Modifier and Type | Method and Description |
|---|---|
Page<CredentialListMapping> |
CredentialListMappingReader.nextPage(Page<CredentialListMapping> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<CredentialListMapping> |
CredentialListMappingReader.previousPage(Page<CredentialListMapping> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.