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