Class SynchronizationSchema

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.SynchronizationSchema
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SynchronizationSchema extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Synchronization Schema.
  • Field Details

    • synchronizationRules

      @SerializedName(value="synchronizationRules", alternate="SynchronizationRules") @Expose @Nullable public List<SynchronizationRule> synchronizationRules
      The Synchronization Rules. A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate.
    • version

      @SerializedName(value="version", alternate="Version") @Expose @Nullable public String version
      The Version. The version of the schema, updated automatically with every schema change.
    • directories

      @SerializedName(value="directories", alternate="Directories") @Expose @Nullable public DirectoryDefinitionCollectionPage directories
      The Directories. Contains the collection of directories and all of their objects.
  • Constructor Details

    • SynchronizationSchema

      public SynchronizationSchema()
  • 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