public class HostedNumberOrderFetcher extends Fetcher<HostedNumberOrder>
| Constructor and Description |
|---|
HostedNumberOrderFetcher(String pathSid)
Construct a new HostedNumberOrderFetcher.
|
| Modifier and Type | Method and Description |
|---|---|
HostedNumberOrder |
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
|
fetch, fetchAsync, fetchAsyncpublic HostedNumberOrderFetcher(String pathSid)
pathSid - HostedNumberOrder sid.public HostedNumberOrder fetch(TwilioRestClient client)
fetch in class Fetcher<HostedNumberOrder>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.