public static class HubCollaborationV2025R0.Builder extends NullableFieldTracker
| Modifier and Type | Field and Description |
|---|---|
protected HubCollaborationV2025R0AcceptanceRequirementsStatusField |
acceptanceRequirementsStatus |
protected HubAccessGranteeV2025R0 |
accessibleBy |
protected HubBaseV2025R0 |
hub |
protected String |
id |
protected String |
role |
protected EnumWrapper<HubCollaborationV2025R0StatusField> |
status |
protected EnumWrapper<HubCollaborationV2025R0TypeField> |
type |
explicitlySetNullableFields| Modifier and Type | Method and Description |
|---|---|
HubCollaborationV2025R0.Builder |
acceptanceRequirementsStatus(HubCollaborationV2025R0AcceptanceRequirementsStatusField acceptanceRequirementsStatus) |
HubCollaborationV2025R0.Builder |
accessibleBy(GroupMiniV2025R0 accessibleBy) |
HubCollaborationV2025R0.Builder |
accessibleBy(HubAccessGranteeV2025R0 accessibleBy) |
HubCollaborationV2025R0.Builder |
accessibleBy(HubCollaborationUserV2025R0 accessibleBy) |
HubCollaborationV2025R0 |
build() |
HubCollaborationV2025R0.Builder |
hub(HubBaseV2025R0 hub) |
HubCollaborationV2025R0.Builder |
role(String role) |
HubCollaborationV2025R0.Builder |
status(EnumWrapper<HubCollaborationV2025R0StatusField> status) |
HubCollaborationV2025R0.Builder |
status(HubCollaborationV2025R0StatusField status) |
HubCollaborationV2025R0.Builder |
type(EnumWrapper<HubCollaborationV2025R0TypeField> type) |
HubCollaborationV2025R0.Builder |
type(HubCollaborationV2025R0TypeField type) |
getExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<HubCollaborationV2025R0TypeField> type
protected HubBaseV2025R0 hub
protected HubAccessGranteeV2025R0 accessibleBy
protected EnumWrapper<HubCollaborationV2025R0StatusField> status
protected HubCollaborationV2025R0AcceptanceRequirementsStatusField acceptanceRequirementsStatus
public HubCollaborationV2025R0.Builder type(HubCollaborationV2025R0TypeField type)
public HubCollaborationV2025R0.Builder type(EnumWrapper<HubCollaborationV2025R0TypeField> type)
public HubCollaborationV2025R0.Builder hub(HubBaseV2025R0 hub)
public HubCollaborationV2025R0.Builder accessibleBy(HubCollaborationUserV2025R0 accessibleBy)
public HubCollaborationV2025R0.Builder accessibleBy(GroupMiniV2025R0 accessibleBy)
public HubCollaborationV2025R0.Builder accessibleBy(HubAccessGranteeV2025R0 accessibleBy)
public HubCollaborationV2025R0.Builder role(String role)
public HubCollaborationV2025R0.Builder status(HubCollaborationV2025R0StatusField status)
public HubCollaborationV2025R0.Builder status(EnumWrapper<HubCollaborationV2025R0StatusField> status)
public HubCollaborationV2025R0.Builder acceptanceRequirementsStatus(HubCollaborationV2025R0AcceptanceRequirementsStatusField acceptanceRequirementsStatus)
public HubCollaborationV2025R0 build()