Class SynchronizationProgress

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

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

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • completedUnits

      @SerializedName(value="completedUnits", alternate="CompletedUnits") @Expose @Nullable public Long completedUnits
      The Completed Units. The numerator of a progress ratio; the number of units of changes already processed.
    • progressObservationDateTime

      @SerializedName(value="progressObservationDateTime", alternate="ProgressObservationDateTime") @Expose @Nullable public OffsetDateTime progressObservationDateTime
      The Progress Observation Date Time. The time of a progress observation as an offset in minutes from UTC.
    • totalUnits

      @SerializedName(value="totalUnits", alternate="TotalUnits") @Expose @Nullable public Long totalUnits
      The Total Units. The denominator of a progress ratio; a number of units of changes to be processed to accomplish synchronization.
    • units

      @SerializedName(value="units", alternate="Units") @Expose @Nullable public String units
      The Units. An optional description of the units.
  • Constructor Details

    • SynchronizationProgress

      public SynchronizationProgress()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to