Class DnszoneAccessRequestsPager


  • public class DnszoneAccessRequestsPager
    extends Object
    DnszoneAccessRequestsPager can be used to simplify the use of the "listDnszoneAccessRequests" method.
    • Constructor Detail

      • DnszoneAccessRequestsPager

        public DnszoneAccessRequestsPager​(DnsSvcs client,
                                          ListDnszoneAccessRequestsOptions options)
        Constructs a new DnszoneAccessRequestsPager instance with the specified client and options model instance.
        Parameters:
        client - the DnsSvcs instance to be used to invoke the "listDnszoneAccessRequests" method
        options - the ListDnszoneAccessRequestsOptions instance to be used to invoke the "listDnszoneAccessRequests" method
    • Method Detail

      • hasNext

        public boolean hasNext()
        Returns true if there are more results to be retrieved.
        Returns:
        boolean
      • getNext

        public List<AccessRequest> getNext()
        Returns the next page of results.
        Returns:
        a List<AccessRequest> that contains the next page of results
      • getAll

        public List<AccessRequest> getAll()
        Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.
        Returns:
        a List<AccessRequest> containing all results returned by the "listDnszoneAccessRequests" method