Package com.microsoft.graph.models
Class DriveItemAssignSensitivityLabelParameterSet
java.lang.Object
com.microsoft.graph.models.DriveItemAssignSensitivityLabelParameterSet
The class for the Drive Item Assign Sensitivity Label Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the DriveItemAssignSensitivityLabelParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe assignment Method.The justification Text.The sensitivity Label Id. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new DriveItemAssignSensitivityLabelParameterSetprotectedDriveItemAssignSensitivityLabelParameterSet(DriveItemAssignSensitivityLabelParameterSet.DriveItemAssignSensitivityLabelParameterSetBuilder builder) Instiaciates a new DriveItemAssignSensitivityLabelParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setstatic DriveItemAssignSensitivityLabelParameterSet.DriveItemAssignSensitivityLabelParameterSetBuilderGets a new builder for the body
-
Field Details
-
sensitivityLabelId
@SerializedName(value="sensitivityLabelId", alternate="SensitivityLabelId") @Expose @Nullable public String sensitivityLabelIdThe sensitivity Label Id. -
assignmentMethod
@SerializedName(value="assignmentMethod", alternate="AssignmentMethod") @Expose @Nullable public SensitivityLabelAssignmentMethod assignmentMethodThe assignment Method. -
justificationText
@SerializedName(value="justificationText", alternate="JustificationText") @Expose @Nullable public String justificationTextThe justification Text.
-
-
Constructor Details
-
DriveItemAssignSensitivityLabelParameterSet
public DriveItemAssignSensitivityLabelParameterSet()Instiaciates a new DriveItemAssignSensitivityLabelParameterSet -
DriveItemAssignSensitivityLabelParameterSet
protected DriveItemAssignSensitivityLabelParameterSet(@Nonnull DriveItemAssignSensitivityLabelParameterSet.DriveItemAssignSensitivityLabelParameterSetBuilder builder) Instiaciates a new DriveItemAssignSensitivityLabelParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static DriveItemAssignSensitivityLabelParameterSet.DriveItemAssignSensitivityLabelParameterSetBuilder 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
-