public class EnterpriseFeatureSettingV2025R0 extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
EnterpriseFeatureSettingV2025R0.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<UserOrGroupReferenceV2025R0> |
allowlist
Enterprise feature setting is enabled for only this set of users and groups.
|
protected Boolean |
canConfigure
Whether the feature can be configured.
|
protected List<UserOrGroupReferenceV2025R0> |
denylist
Enterprise feature setting is enabled for everyone except this set of users and groups.
|
protected EnterpriseFeatureSettingV2025R0FeatureField |
feature
The feature.
|
protected String |
id
The identifier of the enterprise feature setting.
|
protected Boolean |
isConfigured
Whether the feature is configured.
|
protected String |
state
The state of the feature.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
EnterpriseFeatureSettingV2025R0() |
protected |
EnterpriseFeatureSettingV2025R0(EnterpriseFeatureSettingV2025R0.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<UserOrGroupReferenceV2025R0> |
getAllowlist() |
Boolean |
getCanConfigure() |
List<UserOrGroupReferenceV2025R0> |
getDenylist() |
EnterpriseFeatureSettingV2025R0FeatureField |
getFeature() |
String |
getId() |
Boolean |
getIsConfigured() |
String |
getState() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnterpriseFeatureSettingV2025R0FeatureField feature
protected Boolean canConfigure
protected Boolean isConfigured
protected List<UserOrGroupReferenceV2025R0> allowlist
protected List<UserOrGroupReferenceV2025R0> denylist
public EnterpriseFeatureSettingV2025R0()
protected EnterpriseFeatureSettingV2025R0(EnterpriseFeatureSettingV2025R0.Builder builder)
public EnterpriseFeatureSettingV2025R0FeatureField getFeature()
public Boolean getCanConfigure()
public Boolean getIsConfigured()
public List<UserOrGroupReferenceV2025R0> getAllowlist()
public List<UserOrGroupReferenceV2025R0> getDenylist()