Class EdiscoveryCaseReopenParameterSet
java.lang.Object
com.microsoft.graph.security.models.EdiscoveryCaseReopenParameterSet
The class for the Ediscovery Case Reopen Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Fluent builder for the EdiscoveryCaseReopenParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new EdiscoveryCaseReopenParameterSetprotected
EdiscoveryCaseReopenParameterSet
(EdiscoveryCaseReopenParameterSet.EdiscoveryCaseReopenParameterSetBuilder builder) Instiaciates a new EdiscoveryCaseReopenParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>
Gets the functions options from the properties that have been setGets a new builder for the body
-
Constructor Details
-
EdiscoveryCaseReopenParameterSet
public EdiscoveryCaseReopenParameterSet()Instiaciates a new EdiscoveryCaseReopenParameterSet -
EdiscoveryCaseReopenParameterSet
protected EdiscoveryCaseReopenParameterSet(@Nonnull EdiscoveryCaseReopenParameterSet.EdiscoveryCaseReopenParameterSetBuilder builder) Instiaciates a new EdiscoveryCaseReopenParameterSet- Parameters:
builder
- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static EdiscoveryCaseReopenParameterSet.EdiscoveryCaseReopenParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-