Class Synchronization

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

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

    • secrets

      @SerializedName(value="secrets", alternate="Secrets") @Expose @Nullable public List<SynchronizationSecretKeyStringValuePair> secrets
      The Secrets. Represents a collection of credentials to access provisioned cloud applications.
    • jobs

      @SerializedName(value="jobs", alternate="Jobs") @Expose @Nullable public SynchronizationJobCollectionPage jobs
      The Jobs. Performs synchronization by periodically running in the background, polling for changes in one directory, and pushing them to another directory.
    • templates

      @SerializedName(value="templates", alternate="Templates") @Expose @Nullable public SynchronizationTemplateCollectionPage templates
      The Templates. Pre-configured synchronization settings for a particular application.
  • Constructor Details

    • Synchronization

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