public class GetEnterpriseHubsV2025R0QueryParams extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetEnterpriseHubsV2025R0QueryParams.Builder |
| Modifier and Type | Field and Description |
|---|---|
EnumWrapper<GetEnterpriseHubsV2025R0QueryParamsDirectionField> |
direction
The direction to sort results in.
|
Long |
limit
The maximum number of items to return per page.
|
String |
marker
Defines the position marker at which to begin returning results.
|
String |
query
The query string to search for Box Hubs.
|
String |
sort
The field to sort results by.
|
| Modifier | Constructor and Description |
|---|---|
|
GetEnterpriseHubsV2025R0QueryParams() |
protected |
GetEnterpriseHubsV2025R0QueryParams(GetEnterpriseHubsV2025R0QueryParams.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
EnumWrapper<GetEnterpriseHubsV2025R0QueryParamsDirectionField> |
getDirection() |
Long |
getLimit() |
String |
getMarker() |
String |
getQuery() |
String |
getSort() |
public String sort
public EnumWrapper<GetEnterpriseHubsV2025R0QueryParamsDirectionField> direction
public String marker
public GetEnterpriseHubsV2025R0QueryParams()
protected GetEnterpriseHubsV2025R0QueryParams(GetEnterpriseHubsV2025R0QueryParams.Builder builder)
public EnumWrapper<GetEnterpriseHubsV2025R0QueryParamsDirectionField> getDirection()