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