public class GetHubCollaborationsV2025R0QueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetHubCollaborationsV2025R0QueryParams.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.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GetHubCollaborationsV2025R0QueryParams(GetHubCollaborationsV2025R0QueryParams.Builder builder) |
|
GetHubCollaborationsV2025R0QueryParams(String hubId) |
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
This requires `usemarker` to be set to `true`.
public GetHubCollaborationsV2025R0QueryParams(String hubId)
protected GetHubCollaborationsV2025R0QueryParams(GetHubCollaborationsV2025R0QueryParams.Builder builder)