Class UsageFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Usage>
-
- com.twilio.rest.preview.wireless.sim.UsageFetcher
-
-
Constructor Summary
Constructors Constructor Description UsageFetcher(String pathSimSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Usage
fetch(TwilioRestClient client)
Execute a request using specified client.UsageFetcher
setEnd(String end)
UsageFetcher
setStart(String start)
-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
UsageFetcher
public UsageFetcher(String pathSimSid)
-
-
Method Detail
-
setEnd
public UsageFetcher setEnd(String end)
-
setStart
public UsageFetcher setStart(String start)
-
-