public class CollaborationAllowlistExemptTarget extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CollaborationAllowlistExemptTarget.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdAt
The time the entry was created.
|
protected CollaborationAllowlistExemptTargetEnterpriseField |
enterprise |
protected String |
id
The unique identifier for this exemption.
|
protected OffsetDateTime |
modifiedAt
The time the entry was modified.
|
protected EnumWrapper<CollaborationAllowlistExemptTargetTypeField> |
type
The value will always be `collaboration_whitelist_exempt_target`.
|
protected UserMini |
user |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
CollaborationAllowlistExemptTarget() |
protected |
CollaborationAllowlistExemptTarget(CollaborationAllowlistExemptTarget.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt() |
CollaborationAllowlistExemptTargetEnterpriseField |
getEnterprise() |
String |
getId() |
OffsetDateTime |
getModifiedAt() |
EnumWrapper<CollaborationAllowlistExemptTargetTypeField> |
getType() |
UserMini |
getUser() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<CollaborationAllowlistExemptTargetTypeField> type
protected CollaborationAllowlistExemptTargetEnterpriseField enterprise
protected OffsetDateTime createdAt
protected OffsetDateTime modifiedAt
public CollaborationAllowlistExemptTarget()
protected CollaborationAllowlistExemptTarget(CollaborationAllowlistExemptTarget.Builder builder)
public EnumWrapper<CollaborationAllowlistExemptTargetTypeField> getType()
public CollaborationAllowlistExemptTargetEnterpriseField getEnterprise()
public OffsetDateTime getCreatedAt()
public OffsetDateTime getModifiedAt()