public class HubBaseV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
HubBaseV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The unique identifier that represent a Box Hub.
|
protected EnumWrapper<HubBaseV2025R0TypeField> |
type
The value will always be `hubs`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
HubBaseV2025R0(HubBaseV2025R0.Builder builder) |
|
HubBaseV2025R0(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
EnumWrapper<HubBaseV2025R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected final String id
The ID for any Box Hub can be determined by visiting a Box 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`.
protected EnumWrapper<HubBaseV2025R0TypeField> type
public HubBaseV2025R0(String id)
protected HubBaseV2025R0(HubBaseV2025R0.Builder builder)
public EnumWrapper<HubBaseV2025R0TypeField> getType()