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