Class EdiscoveryReviewSetQueryExportParameterSet.EdiscoveryReviewSetQueryExportParameterSetBuilder
java.lang.Object
com.microsoft.graph.security.models.EdiscoveryReviewSetQueryExportParameterSet.EdiscoveryReviewSetQueryExportParameterSetBuilder
- Enclosing class:
EdiscoveryReviewSetQueryExportParameterSet
public static final class EdiscoveryReviewSetQueryExportParameterSet.EdiscoveryReviewSetQueryExportParameterSetBuilder
extends Object
Fluent builder for the EdiscoveryReviewSetQueryExportParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe description parameter valueprotected EnumSet<ExportOptions>The exportOptions parameter valueprotected ExportFileStructureThe exportStructure parameter valueprotected StringThe outputName parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new EdiscoveryReviewSetQueryExportParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithDescription(String val) Sets the DescriptionSets the ExportOptionsSets the ExportStructurewithOutputName(String val) Sets the OutputName
-
Field Details
-
outputName
The outputName parameter value -
description
The description parameter value -
exportOptions
The exportOptions parameter value -
exportStructure
The exportStructure parameter value
-
-
Constructor Details
-
EdiscoveryReviewSetQueryExportParameterSetBuilder
@Nullable protected EdiscoveryReviewSetQueryExportParameterSetBuilder()Instanciates a new EdiscoveryReviewSetQueryExportParameterSetBuilder
-
-
Method Details
-
withOutputName
@Nonnull public EdiscoveryReviewSetQueryExportParameterSet.EdiscoveryReviewSetQueryExportParameterSetBuilder withOutputName(@Nullable String val) Sets the OutputName- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withDescription
@Nonnull public EdiscoveryReviewSetQueryExportParameterSet.EdiscoveryReviewSetQueryExportParameterSetBuilder withDescription(@Nullable String val) Sets the Description- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withExportOptions
@Nonnull public EdiscoveryReviewSetQueryExportParameterSet.EdiscoveryReviewSetQueryExportParameterSetBuilder withExportOptions(@Nullable EnumSet<ExportOptions> val) Sets the ExportOptions- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withExportStructure
@Nonnull public EdiscoveryReviewSetQueryExportParameterSet.EdiscoveryReviewSetQueryExportParameterSetBuilder withExportStructure(@Nullable ExportFileStructure val) Sets the ExportStructure- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-