Class DriveItemAssignSensitivityLabelParameterSet

java.lang.Object
com.microsoft.graph.models.DriveItemAssignSensitivityLabelParameterSet

public class DriveItemAssignSensitivityLabelParameterSet extends Object
The class for the Drive Item Assign Sensitivity Label Parameter Set.
  • Field Details

    • sensitivityLabelId

      @SerializedName(value="sensitivityLabelId", alternate="SensitivityLabelId") @Expose @Nullable public String sensitivityLabelId
      The sensitivity Label Id.
    • assignmentMethod

      @SerializedName(value="assignmentMethod", alternate="AssignmentMethod") @Expose @Nullable public SensitivityLabelAssignmentMethod assignmentMethod
      The assignment Method.
    • justificationText

      @SerializedName(value="justificationText", alternate="JustificationText") @Expose @Nullable public String justificationText
      The 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