Class SynchronizationJob

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

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

    • schedule

      @SerializedName(value="schedule", alternate="Schedule") @Expose @Nullable public SynchronizationSchedule schedule
      The Schedule. Schedule used to run the job. Read-only.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public SynchronizationStatus status
      The Status. Status of the job, which includes when the job was last run, current job state, and errors.
    • synchronizationJobSettings

      @SerializedName(value="synchronizationJobSettings", alternate="SynchronizationJobSettings") @Expose @Nullable public List<KeyValuePair> synchronizationJobSettings
      The Synchronization Job Settings. Settings associated with the job. Some settings are inherited from the template.
    • templateId

      @SerializedName(value="templateId", alternate="TemplateId") @Expose @Nullable public String templateId
      The Template Id. Identifier of the synchronization template this job is based on.
    • schema

      @SerializedName(value="schema", alternate="Schema") @Expose @Nullable public SynchronizationSchema schema
      The Schema. The synchronization schema configured for the job.
  • Constructor Details

    • SynchronizationJob

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