public class HubCollaborationV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
HubCollaborationV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected HubCollaborationV2025R0AcceptanceRequirementsStatusField |
acceptanceRequirementsStatus |
protected HubAccessGranteeV2025R0 |
accessibleBy |
protected HubBaseV2025R0 |
hub |
protected String |
id
The unique identifier for this collaboration.
|
protected String |
role
The level of access granted to a Box Hub.
|
protected EnumWrapper<HubCollaborationV2025R0StatusField> |
status
The status of the collaboration invitation.
|
protected EnumWrapper<HubCollaborationV2025R0TypeField> |
type
The value will always be `hub_collaboration`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
protected |
HubCollaborationV2025R0(HubCollaborationV2025R0.Builder builder) |
|
HubCollaborationV2025R0(String id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
HubCollaborationV2025R0AcceptanceRequirementsStatusField |
getAcceptanceRequirementsStatus() |
HubAccessGranteeV2025R0 |
getAccessibleBy() |
HubBaseV2025R0 |
getHub() |
String |
getId() |
String |
getRole() |
EnumWrapper<HubCollaborationV2025R0StatusField> |
getStatus() |
EnumWrapper<HubCollaborationV2025R0TypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<HubCollaborationV2025R0TypeField> type
protected HubBaseV2025R0 hub
protected HubAccessGranteeV2025R0 accessibleBy
protected String role
protected EnumWrapper<HubCollaborationV2025R0StatusField> status
protected HubCollaborationV2025R0AcceptanceRequirementsStatusField acceptanceRequirementsStatus
public HubCollaborationV2025R0(String id)
protected HubCollaborationV2025R0(HubCollaborationV2025R0.Builder builder)
public EnumWrapper<HubCollaborationV2025R0TypeField> getType()
public HubBaseV2025R0 getHub()
public HubAccessGranteeV2025R0 getAccessibleBy()
public EnumWrapper<HubCollaborationV2025R0StatusField> getStatus()
public HubCollaborationV2025R0AcceptanceRequirementsStatusField getAcceptanceRequirementsStatus()