Class SigningKeyFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<SigningKey>
-
- com.twilio.rest.api.v2010.account.SigningKeyFetcher
-
public class SigningKeyFetcher extends Fetcher<SigningKey>
-
-
Constructor Summary
Constructors Constructor Description SigningKeyFetcher(String pathSid)SigningKeyFetcher(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SigningKeyfetch(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public SigningKey fetch(TwilioRestClient client)
Description copied from class:FetcherExecute a request using specified client.- Specified by:
fetchin classFetcher<SigningKey>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-