public class ListSnapshotsResponse extends Object implements PagedResponse<Snapshot>
Constructor and Description |
---|
ListSnapshotsResponse(List<Snapshot> snapshots) |
ListSnapshotsResponse(List<Snapshot> snapshots,
String nextPageToken) |
Modifier and Type | Method and Description |
---|---|
List<Snapshot> |
data() |
String |
getNextPageToken() |
List<Snapshot> |
getSnapshots() |
public List<Snapshot> data()
data
in interface PagedResponse<Snapshot>
public String getNextPageToken()
getNextPageToken
in interface PagedResponse<Snapshot>
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.