Uses of Class
odata.msgraph.client.beta.complex.InformationProtectionAction
-
Packages that use InformationProtectionAction Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of InformationProtectionAction in odata.msgraph.client.beta.complex
Subclasses of InformationProtectionAction in odata.msgraph.client.beta.complex Modifier and Type Class Description classAddContentFooterActionclassAddContentHeaderActionclassAddWatermarkActionclassApplyLabelActionclassCustomActionclassJustifyActionclassMetadataActionclassProtectAdhocActionclassProtectByTemplateActionclassProtectDoNotForwardActionclassRecommendLabelActionclassRemoveContentFooterActionclassRemoveContentHeaderActionclassRemoveProtectionActionclassRemoveWatermarkActionFields in odata.msgraph.client.beta.complex with type parameters of type InformationProtectionAction Modifier and Type Field Description protected List<InformationProtectionAction>ApplyLabelAction. actionsprotected List<InformationProtectionAction>RecommendLabelAction. actionsMethods in odata.msgraph.client.beta.complex that return InformationProtectionAction Modifier and Type Method Description InformationProtectionActionInformationProtectionAction. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.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 odata.msgraph.client.beta.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 odata.msgraph.client.beta.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) -
Uses of InformationProtectionAction in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type InformationProtectionAction Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>InformationProtectionLabelCollectionRequest. evaluateApplication(ContentInfo contentInfo, LabelingOptions labelingOptions)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>InformationProtectionLabelCollectionRequest. evaluateClassificationResults(ContentInfo contentInfo, List<ClassificationResult> classificationResults)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<InformationProtectionAction>InformationProtectionLabelCollectionRequest. evaluateRemoval(ContentInfo contentInfo, DowngradeJustification downgradeJustification)
-