Package com.twilio.rest.notify.v1
Class CredentialFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Credential>
-
- com.twilio.rest.notify.v1.CredentialFetcher
-
public class CredentialFetcher extends Fetcher<Credential>
PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.
-
-
Constructor Summary
Constructors Constructor Description CredentialFetcher(String pathSid)
Construct a new CredentialFetcher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Credential
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
-
-
-
-
Constructor Detail
-
CredentialFetcher
public CredentialFetcher(String pathSid)
Construct a new CredentialFetcher.- Parameters:
pathSid
- The unique string that identifies the resource
-
-
Method Detail
-
fetch
public Credential fetch(TwilioRestClient client)
Make the request to the Twilio API to perform the fetch.- Specified by:
fetch
in classFetcher<Credential>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- Fetched Credential
-
-