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