public class HubDocumentPagesV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
HubDocumentPagesV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<HubDocumentPageV2025R0> |
entries
Ordered list of pages.
|
protected Long |
limit
The limit that was used for these entries.
|
protected String |
nextMarker
The marker for the start of the next page of results.
|
protected EnumWrapper<HubDocumentPagesV2025R0TypeField> |
type
The value will always be `document_pages`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
HubDocumentPagesV2025R0(HubDocumentPagesV2025R0.Builder builder) |
|
HubDocumentPagesV2025R0(List<HubDocumentPageV2025R0> entries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<HubDocumentPageV2025R0> |
getEntries() |
Long |
getLimit() |
String |
getNextMarker() |
EnumWrapper<HubDocumentPagesV2025R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final List<HubDocumentPageV2025R0> entries
protected EnumWrapper<HubDocumentPagesV2025R0TypeField> type
protected Long limit
protected String nextMarker
public HubDocumentPagesV2025R0(List<HubDocumentPageV2025R0> entries)
protected HubDocumentPagesV2025R0(HubDocumentPagesV2025R0.Builder builder)
public List<HubDocumentPageV2025R0> getEntries()
public EnumWrapper<HubDocumentPagesV2025R0TypeField> getType()
public String getNextMarker()