Constructor and Description |
---|
UsageFetcher(String deviceSid)
Construct a new UsageFetcher.
|
Modifier and Type | Method and Description |
---|---|
Usage |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
UsageFetcher |
setEnd(String end)
The end.
|
UsageFetcher |
setStart(String start)
The start.
|
public UsageFetcher(String deviceSid)
deviceSid
- The device_sidpublic UsageFetcher setEnd(String end)
end
- The endpublic UsageFetcher setStart(String start)
start
- The startpublic Usage execute(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.