Uses of Class
microsoft.graph.security.complex.LabelingOptions
-
Packages that use LabelingOptions Package Description microsoft.graph.security.collection.request microsoft.graph.security.complex -
-
Uses of LabelingOptions in microsoft.graph.security.collection.request
Methods in microsoft.graph.security.collection.request with parameters of type LabelingOptions Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>SensitivityLabelCollectionRequest. evaluateApplication(ContentInfo contentInfo, LabelingOptions labelingOptions) -
Uses of LabelingOptions in microsoft.graph.security.complex
Methods in microsoft.graph.security.complex that return LabelingOptions Modifier and Type Method Description LabelingOptionsLabelingOptions.Builder. build()LabelingOptionsLabelingOptions. withAssignmentMethod(AssignmentMethod assignmentMethod)LabelingOptionsLabelingOptions. withDowngradeJustification(DowngradeJustification downgradeJustification)LabelingOptionsLabelingOptions. withLabelId(String labelId)LabelingOptionsLabelingOptions. withUnmappedField(String name, String value)
-