Class EdiscoveryExportOperation
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.security.models.CaseOperation
com.microsoft.graph.security.models.EdiscoveryExportOperation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class EdiscoveryExportOperation
extends CaseOperation
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Ediscovery Export Operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Description.The Export File Metadata.The Export Options.The Export Structure.The Output Name.The Review Set.The Review Set Query.Fields inherited from class com.microsoft.graph.security.models.CaseOperation
action, completedDateTime, createdBy, createdDateTime, percentProgress, resultInfo, status -
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
-
description
@SerializedName(value="description", alternate="Description") @Expose @Nullable public String descriptionThe Description. The description provided for the export. -
exportFileMetadata
@SerializedName(value="exportFileMetadata", alternate="ExportFileMetadata") @Expose @Nullable public List<ExportFileMetadata> exportFileMetadataThe Export File Metadata. -
exportOptions
@SerializedName(value="exportOptions", alternate="ExportOptions") @Expose @Nullable public EnumSet<ExportOptions> exportOptionsThe Export Options. The options provided for the export. For more details, see reviewSet: export. Possible values are: originalFiles, text, pdfReplacement, tags. -
exportStructure
@SerializedName(value="exportStructure", alternate="ExportStructure") @Expose @Nullable public ExportFileStructure exportStructureThe Export Structure. The options provided that specify the structure of the export. For more details, see reviewSet: export. Possible values are: none, directory, pst. -
outputName
@SerializedName(value="outputName", alternate="OutputName") @Expose @Nullable public String outputNameThe Output Name. The name provided for the export. -
reviewSet
@SerializedName(value="reviewSet", alternate="ReviewSet") @Expose @Nullable public EdiscoveryReviewSet reviewSetThe Review Set. Review set from where documents are exported. -
reviewSetQuery
@SerializedName(value="reviewSetQuery", alternate="ReviewSetQuery") @Expose @Nullable public EdiscoveryReviewSetQuery reviewSetQueryThe Review Set Query. The review set query which is used to filter the documents for export.
-
-
Constructor Details
-
EdiscoveryExportOperation
public EdiscoveryExportOperation()
-
-
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 classCaseOperation- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-