Constructor and Description |
---|
BindingReader(String serviceSid)
Construct a new BindingReader.
|
Modifier and Type | Method and Description |
---|---|
BindingReader |
byEndDate(String endDate)
The end_date.
|
BindingReader |
byIdentity(List<String> identity)
The identity.
|
BindingReader |
byIdentity(String identity)
The identity.
|
BindingReader |
byStartDate(String startDate)
The start_date.
|
BindingReader |
byTag(List<String> tag)
The tag.
|
BindingReader |
byTag(String tag)
The tag.
|
ResourceSet<Binding> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Binding> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Binding> |
nextPage(Page<Binding> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public BindingReader(String serviceSid)
serviceSid
- The service_sidpublic BindingReader byStartDate(String startDate)
startDate
- The start_datepublic BindingReader byEndDate(String endDate)
endDate
- The end_datepublic BindingReader byIdentity(List<String> identity)
identity
- The identitypublic BindingReader byIdentity(String identity)
identity
- The identitypublic BindingReader byTag(List<String> tag)
tag
- The tagpublic BindingReader byTag(String tag)
tag
- The tagpublic ResourceSet<Binding> execute(TwilioRestClient client)
public Page<Binding> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.