public class GetHubItemsV2025R0QueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetHubItemsV2025R0QueryParams.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 |
parentId
The unique identifier of an item list block within the Box Hub.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GetHubItemsV2025R0QueryParams(GetHubItemsV2025R0QueryParams.Builder builder) |
|
GetHubItemsV2025R0QueryParams(String hubId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getHubId() |
Long |
getLimit() |
String |
getMarker() |
String |
getParentId() |
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 parentId
When provided, the response will only include items that belong to the specified item list, allowing you to filter results to items on a specific page or section.
public String marker
This requires `usemarker` to be set to `true`.
public GetHubItemsV2025R0QueryParams(String hubId)
protected GetHubItemsV2025R0QueryParams(GetHubItemsV2025R0QueryParams.Builder builder)