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 Details

    • oDataType

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

      @SerializedName(value="currentBegan", alternate="CurrentBegan") @Expose @Nullable public OffsetDateTime currentBegan
      The 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 error
      The Error. Describes the error(s) that occurred when putting the synchronization job into quarantine.
    • nextAttempt

      @SerializedName(value="nextAttempt", alternate="NextAttempt") @Expose @Nullable public OffsetDateTime nextAttempt
      The 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 reason
      The 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 seriesBegan
      The 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 seriesCount
      The 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:
      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