Package odata.msgraph.client.complex
Class OnPremisesDirectorySynchronizationFeature
- java.lang.Object
-
- odata.msgraph.client.complex.OnPremisesDirectorySynchronizationFeature
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class OnPremisesDirectorySynchronizationFeature extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOnPremisesDirectorySynchronizationFeature.Builder
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedOnPremisesDirectorySynchronizationFeature()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
blockCloudObjectTakeoverThroughHardMatchEnabled
protected Boolean blockCloudObjectTakeoverThroughHardMatchEnabled
-
blockSoftMatchEnabled
protected Boolean blockSoftMatchEnabled
-
bypassDirSyncOverridesEnabled
protected Boolean bypassDirSyncOverridesEnabled
-
cloudPasswordPolicyForPasswordSyncedUsersEnabled
protected Boolean cloudPasswordPolicyForPasswordSyncedUsersEnabled
-
concurrentCredentialUpdateEnabled
protected Boolean concurrentCredentialUpdateEnabled
-
concurrentOrgIdProvisioningEnabled
protected Boolean concurrentOrgIdProvisioningEnabled
-
deviceWritebackEnabled
protected Boolean deviceWritebackEnabled
-
directoryExtensionsEnabled
protected Boolean directoryExtensionsEnabled
-
fopeConflictResolutionEnabled
protected Boolean fopeConflictResolutionEnabled
-
groupWriteBackEnabled
protected Boolean groupWriteBackEnabled
-
passwordSyncEnabled
protected Boolean passwordSyncEnabled
-
passwordWritebackEnabled
protected Boolean passwordWritebackEnabled
-
quarantineUponProxyAddressesConflictEnabled
protected Boolean quarantineUponProxyAddressesConflictEnabled
-
quarantineUponUpnConflictEnabled
protected Boolean quarantineUponUpnConflictEnabled
-
softMatchOnUpnEnabled
protected Boolean softMatchOnUpnEnabled
-
synchronizeUpnForManagedUsersEnabled
protected Boolean synchronizeUpnForManagedUsersEnabled
-
unifiedGroupWritebackEnabled
protected Boolean unifiedGroupWritebackEnabled
-
userForcePasswordChangeOnLogonEnabled
protected Boolean userForcePasswordChangeOnLogonEnabled
-
userWritebackEnabled
protected Boolean userWritebackEnabled
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
getBlockCloudObjectTakeoverThroughHardMatchEnabled
public Optional<Boolean> getBlockCloudObjectTakeoverThroughHardMatchEnabled()
-
withBlockCloudObjectTakeoverThroughHardMatchEnabled
public OnPremisesDirectorySynchronizationFeature withBlockCloudObjectTakeoverThroughHardMatchEnabled(Boolean blockCloudObjectTakeoverThroughHardMatchEnabled)
-
withBlockSoftMatchEnabled
public OnPremisesDirectorySynchronizationFeature withBlockSoftMatchEnabled(Boolean blockSoftMatchEnabled)
-
withBypassDirSyncOverridesEnabled
public OnPremisesDirectorySynchronizationFeature withBypassDirSyncOverridesEnabled(Boolean bypassDirSyncOverridesEnabled)
-
getCloudPasswordPolicyForPasswordSyncedUsersEnabled
public Optional<Boolean> getCloudPasswordPolicyForPasswordSyncedUsersEnabled()
-
withCloudPasswordPolicyForPasswordSyncedUsersEnabled
public OnPremisesDirectorySynchronizationFeature withCloudPasswordPolicyForPasswordSyncedUsersEnabled(Boolean cloudPasswordPolicyForPasswordSyncedUsersEnabled)
-
getConcurrentCredentialUpdateEnabled
public Optional<Boolean> getConcurrentCredentialUpdateEnabled()
-
withConcurrentCredentialUpdateEnabled
public OnPremisesDirectorySynchronizationFeature withConcurrentCredentialUpdateEnabled(Boolean concurrentCredentialUpdateEnabled)
-
getConcurrentOrgIdProvisioningEnabled
public Optional<Boolean> getConcurrentOrgIdProvisioningEnabled()
-
withConcurrentOrgIdProvisioningEnabled
public OnPremisesDirectorySynchronizationFeature withConcurrentOrgIdProvisioningEnabled(Boolean concurrentOrgIdProvisioningEnabled)
-
withDeviceWritebackEnabled
public OnPremisesDirectorySynchronizationFeature withDeviceWritebackEnabled(Boolean deviceWritebackEnabled)
-
withDirectoryExtensionsEnabled
public OnPremisesDirectorySynchronizationFeature withDirectoryExtensionsEnabled(Boolean directoryExtensionsEnabled)
-
withFopeConflictResolutionEnabled
public OnPremisesDirectorySynchronizationFeature withFopeConflictResolutionEnabled(Boolean fopeConflictResolutionEnabled)
-
withGroupWriteBackEnabled
public OnPremisesDirectorySynchronizationFeature withGroupWriteBackEnabled(Boolean groupWriteBackEnabled)
-
withPasswordSyncEnabled
public OnPremisesDirectorySynchronizationFeature withPasswordSyncEnabled(Boolean passwordSyncEnabled)
-
withPasswordWritebackEnabled
public OnPremisesDirectorySynchronizationFeature withPasswordWritebackEnabled(Boolean passwordWritebackEnabled)
-
getQuarantineUponProxyAddressesConflictEnabled
public Optional<Boolean> getQuarantineUponProxyAddressesConflictEnabled()
-
withQuarantineUponProxyAddressesConflictEnabled
public OnPremisesDirectorySynchronizationFeature withQuarantineUponProxyAddressesConflictEnabled(Boolean quarantineUponProxyAddressesConflictEnabled)
-
withQuarantineUponUpnConflictEnabled
public OnPremisesDirectorySynchronizationFeature withQuarantineUponUpnConflictEnabled(Boolean quarantineUponUpnConflictEnabled)
-
withSoftMatchOnUpnEnabled
public OnPremisesDirectorySynchronizationFeature withSoftMatchOnUpnEnabled(Boolean softMatchOnUpnEnabled)
-
getSynchronizeUpnForManagedUsersEnabled
public Optional<Boolean> getSynchronizeUpnForManagedUsersEnabled()
-
withSynchronizeUpnForManagedUsersEnabled
public OnPremisesDirectorySynchronizationFeature withSynchronizeUpnForManagedUsersEnabled(Boolean synchronizeUpnForManagedUsersEnabled)
-
withUnifiedGroupWritebackEnabled
public OnPremisesDirectorySynchronizationFeature withUnifiedGroupWritebackEnabled(Boolean unifiedGroupWritebackEnabled)
-
getUserForcePasswordChangeOnLogonEnabled
public Optional<Boolean> getUserForcePasswordChangeOnLogonEnabled()
-
withUserForcePasswordChangeOnLogonEnabled
public OnPremisesDirectorySynchronizationFeature withUserForcePasswordChangeOnLogonEnabled(Boolean userForcePasswordChangeOnLogonEnabled)
-
withUserWritebackEnabled
public OnPremisesDirectorySynchronizationFeature withUserWritebackEnabled(Boolean userWritebackEnabled)
-
withUnmappedField
public OnPremisesDirectorySynchronizationFeature withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static OnPremisesDirectorySynchronizationFeature.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-