Class Case
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.ediscovery.models.Case
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
The class for the Case.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Closed By.The Closed Date Time.The Created Date Time.The Custodians.The Description.The Display Name.The External Id.The Last Modified By.The Last Modified Date Time.The Legal Holds.The Noncustodial Data Sources.The Operations.The Review Sets.The Settings.The Source Collections.The Status.The Tags. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
closedBy
@SerializedName(value="closedBy", alternate="ClosedBy") @Expose @Nullable public IdentitySet closedByThe Closed By. The user who closed the case. -
closedDateTime
@SerializedName(value="closedDateTime", alternate="ClosedDateTime") @Expose @Nullable public OffsetDateTime closedDateTimeThe 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 createdDateTimeThe 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 descriptionThe Description. The case description. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The case name. -
externalId
@SerializedName(value="externalId", alternate="ExternalId") @Expose @Nullable public String externalIdThe External Id. The external case number for customer reference. -
lastModifiedBy
@SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public IdentitySet lastModifiedByThe Last Modified By. The last user who modified the entity. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe 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
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 custodiansThe Custodians. Returns a list of case custodian objects for this case. Nullable. -
legalHolds
@SerializedName(value="legalHolds", alternate="LegalHolds") @Expose @Nullable public LegalHoldCollectionPage legalHoldsThe Legal Holds. Returns a list of case legalHold objects for this case. Nullable. -
noncustodialDataSources
@SerializedName(value="noncustodialDataSources", alternate="NoncustodialDataSources") @Expose @Nullable public NoncustodialDataSourceCollectionPage noncustodialDataSourcesThe Noncustodial Data Sources. Returns a list of case noncustodialDataSource objects for this case. Nullable. -
operations
@SerializedName(value="operations", alternate="Operations") @Expose @Nullable public CaseOperationCollectionPage operationsThe Operations. Returns a list of case operation objects for this case. Nullable. -
reviewSets
@SerializedName(value="reviewSets", alternate="ReviewSets") @Expose @Nullable public ReviewSetCollectionPage reviewSetsThe Review Sets. Returns a list of reviewSet objects in the case. Read-only. Nullable. -
settings
@SerializedName(value="settings", alternate="Settings") @Expose @Nullable public CaseSettings settingsThe Settings. -
sourceCollections
@SerializedName(value="sourceCollections", alternate="SourceCollections") @Expose @Nullable public SourceCollectionCollectionPage sourceCollectionsThe Source Collections. Returns a list of sourceCollection objects associated with this case. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-