Package com.microsoft.graph.models
Class OnPremisesDirectorySynchronization
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.OnPremisesDirectorySynchronization
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class OnPremisesDirectorySynchronization
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the On Premises Directory Synchronization.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Configuration.The Features. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
configuration
@SerializedName(value="configuration", alternate="Configuration") @Expose @Nullable public OnPremisesDirectorySynchronizationConfiguration configurationThe Configuration. Consists of configurations that can be fine-tuned and impact the on-premises directory synchronization process for a tenant. -
features
@SerializedName(value="features", alternate="Features") @Expose @Nullable public OnPremisesDirectorySynchronizationFeature featuresThe Features. Consists of directory synchronization features that can be enabled or disabled.
-
-
Constructor Details
-
OnPremisesDirectorySynchronization
public OnPremisesDirectorySynchronization()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-