Class CaseOperation

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.CaseOperation
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
EdiscoveryAddToReviewSetOperation, EdiscoveryEstimateOperation, EdiscoveryHoldOperation, EdiscoveryIndexOperation, EdiscoveryPurgeDataOperation, EdiscoveryTagOperation

public class CaseOperation extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Case Operation.
  • Field Details

    • action

      @SerializedName(value="action", alternate="Action") @Expose @Nullable public CaseAction action
      The Action. The type of action the operation represents. Possible values are: addToReviewSet,applyTags,contentExport,convertToPdf,estimateStatistics, purgeData
    • completedDateTime

      @SerializedName(value="completedDateTime", alternate="CompletedDateTime") @Expose @Nullable public OffsetDateTime completedDateTime
      The Completed Date Time. The date and time the operation was completed.
    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public IdentitySet createdBy
      The Created By. The user that created the operation.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time the operation was created.
    • percentProgress

      @SerializedName(value="percentProgress", alternate="PercentProgress") @Expose @Nullable public Integer percentProgress
      The Percent Progress. The progress of the operation.
    • resultInfo

      @SerializedName(value="resultInfo", alternate="ResultInfo") @Expose @Nullable public ResultInfo resultInfo
      The Result Info. Contains success and failure-specific result information.
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public CaseOperationStatus status
      The Status. The status of the case operation. Possible values are: notStarted, submissionFailed, running, succeeded, partiallySucceeded, failed.
  • Constructor Details

    • CaseOperation

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