Uses of Class
microsoft.graph.security.complex.DowngradeJustification
-
Packages that use DowngradeJustification Package Description microsoft.graph.security.collection.request microsoft.graph.security.complex -
-
Uses of DowngradeJustification in microsoft.graph.security.collection.request
Methods in microsoft.graph.security.collection.request with parameters of type DowngradeJustification Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>SensitivityLabelCollectionRequest. evaluateRemoval(ContentInfo contentInfo, DowngradeJustification downgradeJustification) -
Uses of DowngradeJustification in microsoft.graph.security.complex
Fields in microsoft.graph.security.complex declared as DowngradeJustification Modifier and Type Field Description protected DowngradeJustificationLabelingOptions. downgradeJustificationMethods in microsoft.graph.security.complex that return DowngradeJustification Modifier and Type Method Description DowngradeJustificationDowngradeJustification.Builder. build()DowngradeJustificationDowngradeJustification. withIsDowngradeJustified(Boolean isDowngradeJustified)DowngradeJustificationDowngradeJustification. withJustificationMessage(String justificationMessage)DowngradeJustificationDowngradeJustification. withUnmappedField(String name, String value)Methods in microsoft.graph.security.complex that return types with arguments of type DowngradeJustification Modifier and Type Method Description Optional<DowngradeJustification>LabelingOptions. getDowngradeJustification()Methods in microsoft.graph.security.complex with parameters of type DowngradeJustification Modifier and Type Method Description LabelingOptions.BuilderLabelingOptions.Builder. downgradeJustification(DowngradeJustification downgradeJustification)LabelingOptionsLabelingOptions. withDowngradeJustification(DowngradeJustification downgradeJustification)
-