java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.ediscovery.models.Case
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • closedBy

      @SerializedName(value="closedBy", alternate="ClosedBy") @Expose @Nullable public IdentitySet closedBy
      The Closed By. The user who closed the case.
    • closedDateTime

      @SerializedName(value="closedDateTime", alternate="ClosedDateTime") @Expose @Nullable public OffsetDateTime closedDateTime
      The Closed Date Time. The date and time when the case was closed. 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
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time when the entity was created. 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
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. The case description.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The case name.
    • externalId

      @SerializedName(value="externalId", alternate="ExternalId") @Expose @Nullable public String externalId
      The External Id. The external case number for customer reference.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedBy
      The Last Modified By. The last user who modified the entity.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time. The latest date and time when the case was modified. 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
    • status

      @SerializedName(value="status", alternate="Status") @Expose @Nullable public CaseStatus status
      The Status. The case status. Possible values are unknown, active, pendingDelete, closing, closed, and closedWithError. For details, see the following table.
    • custodians

      @SerializedName(value="custodians", alternate="Custodians") @Expose @Nullable public CustodianCollectionPage custodians
      The Custodians. Returns a list of case custodian objects for this case. Nullable.
    • legalHolds

      @SerializedName(value="legalHolds", alternate="LegalHolds") @Expose @Nullable public LegalHoldCollectionPage legalHolds
      The Legal Holds. Returns a list of case legalHold objects for this case. Nullable.
    • noncustodialDataSources

      @SerializedName(value="noncustodialDataSources", alternate="NoncustodialDataSources") @Expose @Nullable public NoncustodialDataSourceCollectionPage noncustodialDataSources
      The Noncustodial Data Sources. Returns a list of case noncustodialDataSource objects for this case. Nullable.
    • operations

      @SerializedName(value="operations", alternate="Operations") @Expose @Nullable public CaseOperationCollectionPage operations
      The Operations. Returns a list of case operation objects for this case. Nullable.
    • reviewSets

      @SerializedName(value="reviewSets", alternate="ReviewSets") @Expose @Nullable public ReviewSetCollectionPage reviewSets
      The Review Sets. Returns a list of reviewSet objects in the case. Read-only. Nullable.
    • settings

      @SerializedName(value="settings", alternate="Settings") @Expose @Nullable public CaseSettings settings
      The Settings.
    • sourceCollections

      @SerializedName(value="sourceCollections", alternate="SourceCollections") @Expose @Nullable public SourceCollectionCollectionPage sourceCollections
      The Source Collections. Returns a list of sourceCollection objects associated with this case.
    • tags

      @SerializedName(value="tags", alternate="Tags") @Expose @Nullable public TagCollectionPage tags
      The Tags. Returns a list of tag objects associated to this case.
  • Constructor Details

    • Case

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