Class TranscriptionFetcher

    • Constructor Detail

      • TranscriptionFetcher

        public TranscriptionFetcher​(String pathSid)
        Construct a new TranscriptionFetcher.
        Parameters:
        pathSid - The unique string that identifies the resource
      • TranscriptionFetcher

        public TranscriptionFetcher​(String pathAccountSid,
                                    String pathSid)
        Construct a new TranscriptionFetcher.
        Parameters:
        pathAccountSid - The SID of the Account that created the resource to fetch
        pathSid - The unique string that identifies the resource
    • Method Detail

      • fetch

        public Transcription fetch​(TwilioRestClient client)
        Make the request to the Twilio API to perform the fetch.
        Specified by:
        fetch in class Fetcher<Transcription>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        Fetched Transcription