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 Details

    • configuration

      @SerializedName(value="configuration", alternate="Configuration") @Expose @Nullable public OnPremisesDirectorySynchronizationConfiguration configuration
      The 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 features
      The 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to