public class ListPartitionsResponse extends Object implements PagedResponse<Partition>
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_PARTITIONS |
Constructor and Description |
---|
ListPartitionsResponse(List<Partition> partitions) |
ListPartitionsResponse(List<Partition> partitions,
String nextPageToken) |
Modifier and Type | Method and Description |
---|---|
List<Partition> |
data() |
String |
getNextPageToken() |
List<Partition> |
getPartitions() |
public static final String FIELD_PARTITIONS
public String getNextPageToken()
getNextPageToken
in interface PagedResponse<Partition>
public List<Partition> data()
data
in interface PagedResponse<Partition>
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.