Uses of Class
microsoft.graph.security.complex.InformationProtectionAction
-
Packages that use InformationProtectionAction Package Description microsoft.graph.security.collection.request microsoft.graph.security.complex -
-
Uses of InformationProtectionAction in microsoft.graph.security.collection.request
Methods in microsoft.graph.security.collection.request that return types with arguments of type InformationProtectionAction Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>SensitivityLabelCollectionRequest. evaluateApplication(ContentInfo contentInfo, LabelingOptions labelingOptions)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>SensitivityLabelCollectionRequest. evaluateClassificationResults(ContentInfo contentInfo, List<ClassificationResult> classificationResults)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>SensitivityLabelCollectionRequest. evaluateRemoval(ContentInfo contentInfo, DowngradeJustification downgradeJustification) -
Uses of InformationProtectionAction in microsoft.graph.security.complex
Subclasses of InformationProtectionAction in microsoft.graph.security.complex Modifier and Type Class Description classAddContentFooterActionclassAddContentHeaderActionclassAddWatermarkActionclassApplyLabelActionclassCustomActionclassJustifyActionclassMetadataActionclassProtectAdhocActionclassProtectByTemplateActionclassProtectDoNotForwardActionclassRecommendLabelActionclassRemoveContentFooterActionclassRemoveContentHeaderActionclassRemoveProtectionActionclassRemoveWatermarkActionFields in microsoft.graph.security.complex with type parameters of type InformationProtectionAction Modifier and Type Field Description protected List<InformationProtectionAction>ApplyLabelAction. actionsprotected List<InformationProtectionAction>RecommendLabelAction. actionsMethods in microsoft.graph.security.complex that return InformationProtectionAction Modifier and Type Method Description InformationProtectionActionInformationProtectionAction. withUnmappedField(String name, String value)Methods in microsoft.graph.security.complex that return types with arguments of type InformationProtectionAction Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<InformationProtectionAction>ApplyLabelAction. getActions()com.github.davidmoten.odata.client.CollectionPage<InformationProtectionAction>ApplyLabelAction. getActions(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<InformationProtectionAction>RecommendLabelAction. getActions()com.github.davidmoten.odata.client.CollectionPage<InformationProtectionAction>RecommendLabelAction. getActions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.graph.security.complex with parameters of type InformationProtectionAction Modifier and Type Method Description ApplyLabelAction.BuilderApplyLabelAction.Builder. actions(InformationProtectionAction... actions)RecommendLabelAction.BuilderRecommendLabelAction.Builder. actions(InformationProtectionAction... actions)Method parameters in microsoft.graph.security.complex with type arguments of type InformationProtectionAction Modifier and Type Method Description ApplyLabelAction.BuilderApplyLabelAction.Builder. actions(List<InformationProtectionAction> actions)RecommendLabelAction.BuilderRecommendLabelAction.Builder. actions(List<InformationProtectionAction> actions)
-