Package com.microsoft.graph.models
Class DriveItemExtractSensitivityLabelsParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemExtractSensitivityLabelsParameterSet
The class for the Drive Item Extract Sensitivity Labels Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the DriveItemExtractSensitivityLabelsParameterSet -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemExtractSensitivityLabelsParameterSetprotectedDriveItemExtractSensitivityLabelsParameterSet(DriveItemExtractSensitivityLabelsParameterSet.DriveItemExtractSensitivityLabelsParameterSetBuilder builder) Instiaciates a new DriveItemExtractSensitivityLabelsParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic DriveItemExtractSensitivityLabelsParameterSet.DriveItemExtractSensitivityLabelsParameterSetBuilderGets a new builder for the body
-
Constructor Details
-
DriveItemExtractSensitivityLabelsParameterSet
public DriveItemExtractSensitivityLabelsParameterSet()Instiaciates a new DriveItemExtractSensitivityLabelsParameterSet -
DriveItemExtractSensitivityLabelsParameterSet
protected DriveItemExtractSensitivityLabelsParameterSet(@Nonnull DriveItemExtractSensitivityLabelsParameterSet.DriveItemExtractSensitivityLabelsParameterSetBuilder builder) Instiaciates a new DriveItemExtractSensitivityLabelsParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DriveItemExtractSensitivityLabelsParameterSet.DriveItemExtractSensitivityLabelsParameterSetBuilder 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
-