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