Class ShortCodeReader

    • Constructor Detail

      • ShortCodeReader

        public ShortCodeReader​(String pathServiceSid)
    • Method Detail

      • firstPage

        public Page<ShortCode> firstPage​(TwilioRestClient client)
        Description copied from class: Reader
        Fetch the first page of resources using specified client.
        Specified by:
        firstPage in class Reader<ShortCode>
        Parameters:
        client - client used to fetch
        Returns:
        Page containing the first pageSize of resources
      • previousPage

        public Page<ShortCode> previousPage​(Page<ShortCode> page,
                                            TwilioRestClient client)
        Description copied from class: Reader
        Fetch the prior page of resources using specified client.
        Specified by:
        previousPage in class Reader<ShortCode>
        Parameters:
        page - current page of resources
        client - client used to fetch
        Returns:
        Page containing the previous pageSize of resources
      • nextPage

        public Page<ShortCode> nextPage​(Page<ShortCode> page,
                                        TwilioRestClient client)
        Description copied from class: Reader
        Fetch the following page of resources using specified client.
        Specified by:
        nextPage in class Reader<ShortCode>
        Parameters:
        page - current page of resources
        client - client used to fetch
        Returns:
        Page containing the next pageSize of resources
      • getPage

        public Page<ShortCode> getPage​(String targetUrl,
                                       TwilioRestClient client)
        Description copied from class: Reader
        Retrieve the target page of resources.
        Specified by:
        getPage in class Reader<ShortCode>
        Parameters:
        targetUrl - API-generated URL for the requested results page
        client - client used to fetch
        Returns:
        Page containing the target pageSize of resources