| Constructor and Description |
|---|
BindingReader(String pathServiceSid)
Construct a new BindingReader.
|
| Modifier and Type | Method and Description |
|---|---|
Page<Binding> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Binding> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<Binding> |
nextPage(Page<Binding> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<Binding> |
previousPage(Page<Binding> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<Binding> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
BindingReader |
setEndDate(org.joda.time.LocalDate endDate)
The end_date.
|
BindingReader |
setIdentity(List<String> identity)
The identity.
|
BindingReader |
setIdentity(String identity)
The identity.
|
BindingReader |
setStartDate(org.joda.time.LocalDate startDate)
The start_date.
|
BindingReader |
setTag(List<String> tag)
The tag.
|
BindingReader |
setTag(String tag)
The tag.
|
public BindingReader(String pathServiceSid)
pathServiceSid - The service_sidpublic BindingReader setStartDate(org.joda.time.LocalDate startDate)
startDate - The start_datepublic BindingReader setEndDate(org.joda.time.LocalDate endDate)
endDate - The end_datepublic BindingReader setIdentity(List<String> identity)
identity - The identitypublic BindingReader setIdentity(String identity)
identity - The identitypublic BindingReader setTag(List<String> tag)
tag - The tagpublic BindingReader setTag(String tag)
tag - The tagpublic ResourceSet<Binding> read(TwilioRestClient client)
public Page<Binding> firstPage(TwilioRestClient client)
public Page<Binding> getPage(String targetUrl, TwilioRestClient client)
public Page<Binding> nextPage(Page<Binding> page, TwilioRestClient client)
public Page<Binding> previousPage(Page<Binding> page, TwilioRestClient client)
previousPage in class Reader<Binding>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.