public class CollaborationAllowlistExemptTargetEnterpriseField extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
CollaborationAllowlistExemptTargetEnterpriseField.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
id
The unique identifier for this enterprise.
|
protected String |
name
The name of the enterprise.
|
protected EnumWrapper<CollaborationAllowlistExemptTargetEnterpriseTypeField> |
type
The value will always be `enterprise`.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
CollaborationAllowlistExemptTargetEnterpriseField() |
protected |
CollaborationAllowlistExemptTargetEnterpriseField(CollaborationAllowlistExemptTargetEnterpriseField.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId() |
String |
getName() |
EnumWrapper<CollaborationAllowlistExemptTargetEnterpriseTypeField> |
getType() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<CollaborationAllowlistExemptTargetEnterpriseTypeField> type
public CollaborationAllowlistExemptTargetEnterpriseField()
protected CollaborationAllowlistExemptTargetEnterpriseField(CollaborationAllowlistExemptTargetEnterpriseField.Builder builder)
public EnumWrapper<CollaborationAllowlistExemptTargetEnterpriseTypeField> getType()