Package com.twilio.rest.microvisor.v1
Class AccountSecretFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<AccountSecret>
-
- com.twilio.rest.microvisor.v1.AccountSecretFetcher
-
public class AccountSecretFetcher extends Fetcher<AccountSecret>
-
-
Constructor Summary
Constructors Constructor Description AccountSecretFetcher(String pathKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountSecret
fetch(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Constructor Detail
-
AccountSecretFetcher
public AccountSecretFetcher(String pathKey)
-
-
Method Detail
-
fetch
public AccountSecret fetch(TwilioRestClient client)
Description copied from class:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<AccountSecret>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-