public class HubDocumentBlocksV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
HubDocumentBlocksV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<HubDocumentBlockEntryV2025R0> |
entries
Ordered list of blocks.
|
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<HubDocumentBlocksV2025R0TypeField> |
type
The value will always be `document_blocks`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
HubDocumentBlocksV2025R0(HubDocumentBlocksV2025R0.Builder builder) |
|
HubDocumentBlocksV2025R0(List<HubDocumentBlockEntryV2025R0> entries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<HubDocumentBlockEntryV2025R0> |
getEntries() |
Long |
getLimit() |
String |
getNextMarker() |
EnumWrapper<HubDocumentBlocksV2025R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final List<HubDocumentBlockEntryV2025R0> entries
protected EnumWrapper<HubDocumentBlocksV2025R0TypeField> type
protected Long limit
protected String nextMarker
public HubDocumentBlocksV2025R0(List<HubDocumentBlockEntryV2025R0> entries)
protected HubDocumentBlocksV2025R0(HubDocumentBlocksV2025R0.Builder builder)
public List<HubDocumentBlockEntryV2025R0> getEntries()
public EnumWrapper<HubDocumentBlocksV2025R0TypeField> getType()
public String getNextMarker()