public class IdentitySecurityDefaultsEnforcementPolicy extends PolicyBase implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
IdentitySecurityDefaultsEnforcementPolicy.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
isEnabled |
description, displayNamedeletedDateTimechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
IdentitySecurityDefaultsEnforcementPolicy() |
| Modifier and Type | Method and Description |
|---|---|
static IdentitySecurityDefaultsEnforcementPolicy.Builder |
builderIdentitySecurityDefaultsEnforcementPolicy()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getIsEnabled() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
IdentitySecurityDefaultsEnforcementPolicy |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
IdentitySecurityDefaultsEnforcementPolicy |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
IdentitySecurityDefaultsEnforcementPolicy |
withIsEnabled(Boolean isEnabled) |
getDescription, getDisplayName, withDescription, withDisplayNamebuilderDirectoryObject, checkMemberGroups, checkMemberObjects, getDeletedDateTime, getMemberGroups, getMemberObjects, restore, withDeletedDateTimeprotected Boolean isEnabled
protected IdentitySecurityDefaultsEnforcementPolicy()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class PolicyBasepublic static IdentitySecurityDefaultsEnforcementPolicy.Builder builderIdentitySecurityDefaultsEnforcementPolicy()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class PolicyBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class PolicyBasepublic IdentitySecurityDefaultsEnforcementPolicy withIsEnabled(Boolean isEnabled)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class PolicyBasepublic IdentitySecurityDefaultsEnforcementPolicy patch()
this with changed fields reset.patch in class PolicyBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic IdentitySecurityDefaultsEnforcementPolicy put()
this
with changed fields reset (they were ignored anyway).put in class PolicyBasethis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class PolicyBaseCopyright © 2018–2020. All rights reserved.