Uses of Class
microsoft.graph.security.entity.SensitivityLabel
-
Packages that use SensitivityLabel Package Description microsoft.graph.security.entity -
-
Uses of SensitivityLabel in microsoft.graph.security.entity
Methods in microsoft.graph.security.entity that return SensitivityLabel Modifier and Type Method Description SensitivityLabelSensitivityLabel.Builder. build()SensitivityLabelSensitivityLabel. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SensitivityLabelSensitivityLabel. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SensitivityLabelSensitivityLabel. withColor(String color)SensitivityLabelSensitivityLabel. withContentFormats(List<String> contentFormats)SensitivityLabelSensitivityLabel. withDescription(String description)SensitivityLabelSensitivityLabel. withHasProtection(Boolean hasProtection)SensitivityLabelSensitivityLabel. withIsActive(Boolean isActive)SensitivityLabelSensitivityLabel. withIsAppliable(Boolean isAppliable)SensitivityLabelSensitivityLabel. withName(String name)SensitivityLabelSensitivityLabel. withSensitivity(Integer sensitivity)SensitivityLabelSensitivityLabel. withTooltip(String tooltip)SensitivityLabelSensitivityLabel. withUnmappedField(String name, String value)
-