Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Completed Units.the OData type of the object as returned by the serviceThe Progress Observation Date Time.The Total Units.The Units. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
completedUnits
@SerializedName(value="completedUnits", alternate="CompletedUnits") @Expose @Nullable public Long completedUnitsThe 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 progressObservationDateTimeThe 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 totalUnitsThe Total Units. The denominator of a progress ratio; a number of units of changes to be processed to accomplish synchronization. -
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:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-