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