Class KeyFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Key>
-
- com.twilio.rest.preview.deployedDevices.fleet.KeyFetcher
-
public class KeyFetcher extends Fetcher<Key>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Constructor Summary
Constructors Constructor Description KeyFetcher(String pathFleetSid, String pathSid)
Construct a new KeyFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Key
fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.-
Methods inherited from class com.twilio.base.Fetcher
fetch, fetchAsync, fetchAsync
-
-
-
-
Method Detail
-
fetch
public Key fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.
-
-