public class HubUpdateRequestV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
HubUpdateRequestV2025R0.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 String |
description
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
Title of the Box Hub.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
HubUpdateRequestV2025R0() |
protected |
HubUpdateRequestV2025R0(HubUpdateRequestV2025R0.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getCanNonOwnersInvite() |
Boolean |
getCanPublicSharedLinkBeCreated() |
Boolean |
getCanSharedLinkBeCreated() |
String |
getDescription() |
Boolean |
getIsAiEnabled() |
Boolean |
getIsCollaborationRestrictedToEnterprise() |
String |
getTitle() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String title
protected String description
protected Boolean isAiEnabled
protected Boolean isCollaborationRestrictedToEnterprise
protected Boolean canNonOwnersInvite
protected Boolean canSharedLinkBeCreated
protected Boolean canPublicSharedLinkBeCreated
public HubUpdateRequestV2025R0()
protected HubUpdateRequestV2025R0(HubUpdateRequestV2025R0.Builder builder)
public String getDescription()
public Boolean getIsAiEnabled()
public Boolean getIsCollaborationRestrictedToEnterprise()
public Boolean getCanNonOwnersInvite()
public Boolean getCanSharedLinkBeCreated()
public Boolean getCanPublicSharedLinkBeCreated()