public class HubV2025R0 extends HubBaseV2025R0
| Modifier and Type | Class and Description |
|---|---|
static class |
HubV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canNonOwnersInvite
Indicates if non-owners can invite others to the Box Hub.
|
protected Boolean |
canPublicSharedLinkBeCreated
Indicates if a public shared link can be created for the Box Hub.
|
protected Boolean |
canSharedLinkBeCreated
Indicates if a shared link can be created for the Box Hub.
|
protected OffsetDateTime |
createdAt
The date and time when the folder was created.
|
protected UserMiniV2025R0 |
createdBy |
protected String |
description
The description of the Box Hub.
|
protected Boolean |
isAiEnabled
Indicates if AI features are enabled for the Box Hub.
|
protected Boolean |
isCollaborationRestrictedToEnterprise
Indicates if collaboration is restricted to the enterprise.
|
protected String |
title
The title given to the Box Hub.
|
protected OffsetDateTime |
updatedAt
The date and time when the Box Hub was last updated.
|
protected UserMiniV2025R0 |
updatedBy |
protected Integer |
viewCount
The number of views for the Box Hub.
|
id, typeexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
HubV2025R0(HubV2025R0.Builder builder) |
|
HubV2025R0(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getCanNonOwnersInvite() |
Boolean |
getCanPublicSharedLinkBeCreated() |
Boolean |
getCanSharedLinkBeCreated() |
OffsetDateTime |
getCreatedAt() |
UserMiniV2025R0 |
getCreatedBy() |
String |
getDescription() |
Boolean |
getIsAiEnabled() |
Boolean |
getIsCollaborationRestrictedToEnterprise() |
String |
getTitle() |
OffsetDateTime |
getUpdatedAt() |
UserMiniV2025R0 |
getUpdatedBy() |
Integer |
getViewCount() |
int |
hashCode() |
String |
toString() |
getId, getTypegetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String description
protected OffsetDateTime createdAt
protected OffsetDateTime updatedAt
protected UserMiniV2025R0 createdBy
protected UserMiniV2025R0 updatedBy
protected Boolean isAiEnabled
protected Boolean isCollaborationRestrictedToEnterprise
protected Boolean canNonOwnersInvite
protected Boolean canSharedLinkBeCreated
protected Boolean canPublicSharedLinkBeCreated
public HubV2025R0(String id)
protected HubV2025R0(HubV2025R0.Builder builder)
public String getDescription()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getUpdatedAt()
public UserMiniV2025R0 getCreatedBy()
public UserMiniV2025R0 getUpdatedBy()
public Integer getViewCount()
public Boolean getIsAiEnabled()
public Boolean getIsCollaborationRestrictedToEnterprise()
public Boolean getCanNonOwnersInvite()
public Boolean getCanSharedLinkBeCreated()
public Boolean getCanPublicSharedLinkBeCreated()
public boolean equals(Object o)
equals in class HubBaseV2025R0public int hashCode()
hashCode in class HubBaseV2025R0public String toString()
toString in class HubBaseV2025R0