Class QueueFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Queue>
-
- com.twilio.rest.api.v2010.account.QueueFetcher
-
-
Constructor Summary
Constructors Constructor Description QueueFetcher(String pathSid)QueueFetcher(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Queuefetch(TwilioRestClient client)Execute a request using specified client.TwilioResponse<Queue>fetchWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync, fetchWithResponse
-
-
-
-
Method Detail
-
fetch
public Queue fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.
-
fetchWithResponse
public TwilioResponse<Queue> fetchWithResponse(TwilioRestClient client)
- Overrides:
fetchWithResponsein classFetcher<Queue>
-
-