Class DnszoneAccessRequestsPager
- java.lang.Object
- 
- com.ibm.cloud.networking.dns_svcs.v1.model.DnszoneAccessRequestsPager
 
- 
 public class DnszoneAccessRequestsPager extends Object DnszoneAccessRequestsPager can be used to simplify the use of the "listDnszoneAccessRequests" method.
- 
- 
Constructor SummaryConstructors Constructor Description DnszoneAccessRequestsPager(DnsSvcs client, ListDnszoneAccessRequestsOptions options)Constructs a new DnszoneAccessRequestsPager instance with the specified client and options model instance.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AccessRequest>getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<AccessRequest>getNext()Returns the next page of results.booleanhasNext()Returns true if there are more results to be retrieved.
 
- 
- 
- 
Constructor Detail- 
DnszoneAccessRequestsPagerpublic 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- 
hasNextpublic boolean hasNext() Returns true if there are more results to be retrieved.- Returns:
- boolean
 
 - 
getNextpublic List<AccessRequest> getNext() Returns the next page of results.- Returns:
- a List<AccessRequest> that contains the next page of results
 
 - 
getAllpublic 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
 
 
- 
 
-