public class RecoveryRangesPager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ResourceConfiguration |
client |
protected boolean |
hasNext |
protected ListRecoveryRangesOptions |
options |
protected com.ibm.cloud.objectstorage.config.resource_configuration.v1.model.RecoveryRangesPager.PageContext |
pageContext |
Modifier | Constructor and Description |
---|---|
protected |
RecoveryRangesPager() |
|
RecoveryRangesPager(ResourceConfiguration client,
ListRecoveryRangesOptions options)
Constructs a new RecoveryRangesPager instance with the specified client and options model instance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RecoveryRange> |
getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.
|
java.util.List<RecoveryRange> |
getNext()
Returns the next page of results.
|
boolean |
hasNext()
Returns true if there are more results to be retrieved.
|
protected boolean hasNext
protected ListRecoveryRangesOptions options
protected ResourceConfiguration client
protected com.ibm.cloud.objectstorage.config.resource_configuration.v1.model.RecoveryRangesPager.PageContext pageContext
protected RecoveryRangesPager()
public RecoveryRangesPager(ResourceConfiguration client, ListRecoveryRangesOptions options)
client
- the ResourceConfiguration instance to be used to invoke the "listRecoveryRanges" methodoptions
- the ListRecoveryRangesOptions instance to be used to invoke the "listRecoveryRanges" methodpublic boolean hasNext()
public java.util.List<RecoveryRange> getNext()
public java.util.List<RecoveryRange> getAll()
Copyright © 2025. All rights reserved.