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