public class CollaborationAllowlistEntry extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CollaborationAllowlistEntry.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected OffsetDateTime |
createdAt
The time the entry was created at.
|
protected EnumWrapper<CollaborationAllowlistEntryDirectionField> |
direction
The direction of the collaborations to allow.
|
protected String |
domain
The whitelisted domain.
|
protected CollaborationAllowlistEntryEnterpriseField |
enterprise |
protected String |
id
The unique identifier for this entry.
|
protected EnumWrapper<CollaborationAllowlistEntryTypeField> |
type
The value will always be `collaboration_whitelist_entry`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
CollaborationAllowlistEntry() |
protected |
CollaborationAllowlistEntry(CollaborationAllowlistEntry.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
OffsetDateTime |
getCreatedAt() |
EnumWrapper<CollaborationAllowlistEntryDirectionField> |
getDirection() |
String |
getDomain() |
CollaborationAllowlistEntryEnterpriseField |
getEnterprise() |
String |
getId() |
EnumWrapper<CollaborationAllowlistEntryTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<CollaborationAllowlistEntryTypeField> type
protected EnumWrapper<CollaborationAllowlistEntryDirectionField> direction
protected CollaborationAllowlistEntryEnterpriseField enterprise
protected OffsetDateTime createdAt
public CollaborationAllowlistEntry()
protected CollaborationAllowlistEntry(CollaborationAllowlistEntry.Builder builder)
public EnumWrapper<CollaborationAllowlistEntryTypeField> getType()
public EnumWrapper<CollaborationAllowlistEntryDirectionField> getDirection()
public CollaborationAllowlistEntryEnterpriseField getEnterprise()
public OffsetDateTime getCreatedAt()