public class EnterpriseConfigurationV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
EnterpriseConfigurationV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected EnterpriseConfigurationContentAndSharingV2025R0 |
contentAndSharing |
protected String |
id
The identifier of the enterprise configuration which is the ID of the enterprise.
|
protected EnterpriseConfigurationSecurityV2025R0 |
security |
protected EnterpriseConfigurationShieldV2025R0 |
shield |
protected EnumWrapper<EnterpriseConfigurationV2025R0TypeField> |
type
The value will always be `enterprise_configuration`.
|
protected EnterpriseConfigurationUserSettingsV2025R0 |
userSettings |
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
EnterpriseConfigurationV2025R0() |
protected |
EnterpriseConfigurationV2025R0(EnterpriseConfigurationV2025R0.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
EnterpriseConfigurationContentAndSharingV2025R0 |
getContentAndSharing() |
String |
getId() |
EnterpriseConfigurationSecurityV2025R0 |
getSecurity() |
EnterpriseConfigurationShieldV2025R0 |
getShield() |
EnumWrapper<EnterpriseConfigurationV2025R0TypeField> |
getType() |
EnterpriseConfigurationUserSettingsV2025R0 |
getUserSettings() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String id
protected EnumWrapper<EnterpriseConfigurationV2025R0TypeField> type
protected EnterpriseConfigurationSecurityV2025R0 security
protected EnterpriseConfigurationContentAndSharingV2025R0 contentAndSharing
protected EnterpriseConfigurationUserSettingsV2025R0 userSettings
protected EnterpriseConfigurationShieldV2025R0 shield
public EnterpriseConfigurationV2025R0()
protected EnterpriseConfigurationV2025R0(EnterpriseConfigurationV2025R0.Builder builder)
public EnumWrapper<EnterpriseConfigurationV2025R0TypeField> getType()
public EnterpriseConfigurationSecurityV2025R0 getSecurity()
public EnterpriseConfigurationContentAndSharingV2025R0 getContentAndSharing()
public EnterpriseConfigurationUserSettingsV2025R0 getUserSettings()
public EnterpriseConfigurationShieldV2025R0 getShield()