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