Package com.microsoft.graph.models
Class SynchronizationQuarantine
java.lang.Object
com.microsoft.graph.models.SynchronizationQuarantine
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SynchronizationQuarantine
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Synchronization Quarantine.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Current Began.The Error.The Next Attempt.the OData type of the object as returned by the serviceThe Reason.The Series Began.The Series Count. -
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 -
currentBegan
@SerializedName(value="currentBegan", alternate="CurrentBegan") @Expose @Nullable public OffsetDateTime currentBeganThe Current Began. Date and time when the quarantine was last evaluated and imposed. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -
error
@SerializedName(value="error", alternate="Error") @Expose @Nullable public SynchronizationError errorThe Error. Describes the error(s) that occurred when putting the synchronization job into quarantine. -
nextAttempt
@SerializedName(value="nextAttempt", alternate="NextAttempt") @Expose @Nullable public OffsetDateTime nextAttemptThe Next Attempt. Date and time when the next attempt to re-evaluate the quarantine will be made. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -
reason
@SerializedName(value="reason", alternate="Reason") @Expose @Nullable public QuarantineReason reasonThe Reason. A code that signifies why the quarantine was imposed. The possible values are: EncounteredBaseEscrowThreshold, EncounteredTotalEscrowThreshold, EncounteredEscrowProportionThreshold, EncounteredQuarantineException, Unknown, QuarantinedOnDemand, TooManyDeletes, IngestionInterrupted. -
seriesBegan
@SerializedName(value="seriesBegan", alternate="SeriesBegan") @Expose @Nullable public OffsetDateTime seriesBeganThe Series Began. Date and time when the quarantine was first imposed in this series (a series starts when a quarantine is first imposed, and is reset as soon as the quarantine is lifted). The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. -
seriesCount
@SerializedName(value="seriesCount", alternate="SeriesCount") @Expose @Nullable public Long seriesCountThe Series Count. Number of times in this series the quarantine was re-evaluated and left in effect (a series starts when quarantine is first imposed, and is reset as soon as quarantine is lifted).
-
-
Constructor Details
-
SynchronizationQuarantine
public SynchronizationQuarantine()
-
-
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
-