Package com.ibm.cloud.is.vpc.v1.model
Class PrivatePathServiceGatewayAccountPoliciesPager
- java.lang.Object
-
- com.ibm.cloud.is.vpc.v1.model.PrivatePathServiceGatewayAccountPoliciesPager
-
public class PrivatePathServiceGatewayAccountPoliciesPager extends Object
PrivatePathServiceGatewayAccountPoliciesPager can be used to simplify the use of the "listPrivatePathServiceGatewayAccountPolicies" method.
-
-
Constructor Summary
Constructors Constructor Description PrivatePathServiceGatewayAccountPoliciesPager(Vpc client, ListPrivatePathServiceGatewayAccountPoliciesOptions options)
Constructs a new PrivatePathServiceGatewayAccountPoliciesPager instance with the specified client and options model instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<PrivatePathServiceGatewayAccountPolicy>
getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<PrivatePathServiceGatewayAccountPolicy>
getNext()
Returns the next page of results.boolean
hasNext()
Returns true if there are more results to be retrieved.
-
-
-
Constructor Detail
-
PrivatePathServiceGatewayAccountPoliciesPager
public PrivatePathServiceGatewayAccountPoliciesPager(Vpc client, ListPrivatePathServiceGatewayAccountPoliciesOptions options)
Constructs a new PrivatePathServiceGatewayAccountPoliciesPager instance with the specified client and options model instance.- Parameters:
client
- the Vpc instance to be used to invoke the "listPrivatePathServiceGatewayAccountPolicies" methodoptions
- the ListPrivatePathServiceGatewayAccountPoliciesOptions instance to be used to invoke the "listPrivatePathServiceGatewayAccountPolicies" method
-
-
Method Detail
-
hasNext
public boolean hasNext()
Returns true if there are more results to be retrieved.- Returns:
- boolean
-
getNext
public List<PrivatePathServiceGatewayAccountPolicy> getNext()
Returns the next page of results.- Returns:
- a List<PrivatePathServiceGatewayAccountPolicy> that contains the next page of results
-
getAll
public List<PrivatePathServiceGatewayAccountPolicy> getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.- Returns:
- a List<PrivatePathServiceGatewayAccountPolicy> containing all results returned by the "listPrivatePathServiceGatewayAccountPolicies" method
-
-