public static class HubV2025R0.Builder extends HubBaseV2025R0.Builder
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canNonOwnersInvite |
protected Boolean |
canPublicSharedLinkBeCreated |
protected Boolean |
canSharedLinkBeCreated |
protected OffsetDateTime |
createdAt |
protected UserMiniV2025R0 |
createdBy |
protected String |
description |
protected Boolean |
isAiEnabled |
protected Boolean |
isCollaborationRestrictedToEnterprise |
protected String |
title |
protected OffsetDateTime |
updatedAt |
protected UserMiniV2025R0 |
updatedBy |
protected Integer |
viewCount |
id, typeexplicitlySetNullableFields| Modifier and Type | Method and Description |
|---|---|
HubV2025R0 |
build() |
HubV2025R0.Builder |
canNonOwnersInvite(Boolean canNonOwnersInvite) |
HubV2025R0.Builder |
canPublicSharedLinkBeCreated(Boolean canPublicSharedLinkBeCreated) |
HubV2025R0.Builder |
canSharedLinkBeCreated(Boolean canSharedLinkBeCreated) |
HubV2025R0.Builder |
createdAt(OffsetDateTime createdAt) |
HubV2025R0.Builder |
createdBy(UserMiniV2025R0 createdBy) |
HubV2025R0.Builder |
description(String description) |
HubV2025R0.Builder |
isAiEnabled(Boolean isAiEnabled) |
HubV2025R0.Builder |
isCollaborationRestrictedToEnterprise(Boolean isCollaborationRestrictedToEnterprise) |
HubV2025R0.Builder |
title(String title) |
HubV2025R0.Builder |
type(EnumWrapper<HubBaseV2025R0TypeField> type) |
HubV2025R0.Builder |
type(HubBaseV2025R0TypeField type) |
HubV2025R0.Builder |
updatedAt(OffsetDateTime updatedAt) |
HubV2025R0.Builder |
updatedBy(UserMiniV2025R0 updatedBy) |
HubV2025R0.Builder |
viewCount(Integer viewCount) |
getExplicitlySetNullableFields, 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.Builder title(String title)
public HubV2025R0.Builder description(String description)
public HubV2025R0.Builder createdAt(OffsetDateTime createdAt)
public HubV2025R0.Builder updatedAt(OffsetDateTime updatedAt)
public HubV2025R0.Builder createdBy(UserMiniV2025R0 createdBy)
public HubV2025R0.Builder updatedBy(UserMiniV2025R0 updatedBy)
public HubV2025R0.Builder viewCount(Integer viewCount)
public HubV2025R0.Builder isAiEnabled(Boolean isAiEnabled)
public HubV2025R0.Builder isCollaborationRestrictedToEnterprise(Boolean isCollaborationRestrictedToEnterprise)
public HubV2025R0.Builder canNonOwnersInvite(Boolean canNonOwnersInvite)
public HubV2025R0.Builder canSharedLinkBeCreated(Boolean canSharedLinkBeCreated)
public HubV2025R0.Builder canPublicSharedLinkBeCreated(Boolean canPublicSharedLinkBeCreated)
public HubV2025R0.Builder type(HubBaseV2025R0TypeField type)
type in class HubBaseV2025R0.Builderpublic HubV2025R0.Builder type(EnumWrapper<HubBaseV2025R0TypeField> type)
type in class HubBaseV2025R0.Builderpublic HubV2025R0 build()
build in class HubBaseV2025R0.Builder