Package com.twilio.rest.chat.v2
Class CredentialFetcher
- java.lang.Object
-
- com.twilio.base.Fetcher<Credential>
-
- com.twilio.rest.chat.v2.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 Credential
fetch(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:Fetcher
Execute a request using specified client.- Specified by:
fetch
in classFetcher<Credential>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-