Class 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 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 class Fetcher<Credential>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        Fetched Credential