| Constructor and Description |
|---|
ThisMonthReader()
Construct a new ThisMonthReader.
|
ThisMonthReader(String pathAccountSid)
Construct a new ThisMonthReader.
|
| Modifier and Type | Method and Description |
|---|---|
Page<ThisMonth> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<ThisMonth> |
getPage(String targetUrl,
TwilioRestClient client)
Retrieve the target page from the Twilio API.
|
Page<ThisMonth> |
nextPage(Page<ThisMonth> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
Page<ThisMonth> |
previousPage(Page<ThisMonth> page,
TwilioRestClient client)
Retrieve the previous page from the Twilio API.
|
ResourceSet<ThisMonth> |
read(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
ThisMonthReader |
setCategory(ThisMonth.Category category)
The category.
|
ThisMonthReader |
setEndDate(org.joda.time.LocalDate endDate)
The end_date.
|
ThisMonthReader |
setStartDate(org.joda.time.LocalDate startDate)
The start_date.
|
public ThisMonthReader()
public ThisMonthReader(String pathAccountSid)
pathAccountSid - The account_sidpublic ThisMonthReader setCategory(ThisMonth.Category category)
category - The categorypublic ThisMonthReader setStartDate(org.joda.time.LocalDate startDate)
startDate - The start_datepublic ThisMonthReader setEndDate(org.joda.time.LocalDate endDate)
endDate - The end_datepublic ResourceSet<ThisMonth> read(TwilioRestClient client)
public Page<ThisMonth> firstPage(TwilioRestClient client)
public Page<ThisMonth> getPage(String targetUrl, TwilioRestClient client)
public Page<ThisMonth> nextPage(Page<ThisMonth> page, TwilioRestClient client)
public Page<ThisMonth> previousPage(Page<ThisMonth> page, TwilioRestClient client)
previousPage in class Reader<ThisMonth>page - current pageclient - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.