Class EdiscoveryReviewSetExportParameterSet.EdiscoveryReviewSetExportParameterSetBuilder
java.lang.Object
com.microsoft.graph.security.models.EdiscoveryReviewSetExportParameterSet.EdiscoveryReviewSetExportParameterSetBuilder
- Enclosing class:
EdiscoveryReviewSetExportParameterSet
public static final class EdiscoveryReviewSetExportParameterSet.EdiscoveryReviewSetExportParameterSetBuilder
extends Object
Fluent builder for the EdiscoveryReviewSetExportParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
The description parameter valueprotected EnumSet<ExportOptions>
The exportOptions parameter valueprotected ExportFileStructure
The exportStructure parameter valueprotected String
The outputName parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Instanciates a new EdiscoveryReviewSetExportParameterSetBuilder -
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
-
EdiscoveryReviewSetExportParameterSetBuilder
@Nullable protected EdiscoveryReviewSetExportParameterSetBuilder()Instanciates a new EdiscoveryReviewSetExportParameterSetBuilder
-
-
Method Details
-
withOutputName
@Nonnull public EdiscoveryReviewSetExportParameterSet.EdiscoveryReviewSetExportParameterSetBuilder withOutputName(@Nullable String val) Sets the OutputName- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withDescription
@Nonnull public EdiscoveryReviewSetExportParameterSet.EdiscoveryReviewSetExportParameterSetBuilder withDescription(@Nullable String val) Sets the Description- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withExportOptions
@Nonnull public EdiscoveryReviewSetExportParameterSet.EdiscoveryReviewSetExportParameterSetBuilder withExportOptions(@Nullable EnumSet<ExportOptions> val) Sets the ExportOptions- Parameters:
val
- the value to set it to- Returns:
- the current builder object
-
withExportStructure
@Nonnull public EdiscoveryReviewSetExportParameterSet.EdiscoveryReviewSetExportParameterSetBuilder 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
-