public class GetHubDocumentBlocksV2025R0QueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetHubDocumentBlocksV2025R0QueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
String |
hubId
The unique identifier that represent a hub.
|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
String |
pageId
The unique identifier of a page within the Box Hub.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GetHubDocumentBlocksV2025R0QueryParams(GetHubDocumentBlocksV2025R0QueryParams.Builder builder) |
|
GetHubDocumentBlocksV2025R0QueryParams(String hubId,
String pageId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHubId() |
Long |
getLimit() |
String |
getMarker() |
String |
getPageId() |
public final String hubId
The ID for any hub can be determined by visiting this hub in the web application and copying the ID from the URL. For example, for the URL `https://*.app.box.com/hubs/123` the `hub_id` is `123`.
public String marker
public GetHubDocumentBlocksV2025R0QueryParams(String hubId, String pageId)
protected GetHubDocumentBlocksV2025R0QueryParams(GetHubDocumentBlocksV2025R0QueryParams.Builder builder)