Uses of Class
microsoft.graph.security.complex.ContentInfo
-
Packages that use ContentInfo Package Description microsoft.graph.security.collection.request microsoft.graph.security.complex -
-
Uses of ContentInfo in microsoft.graph.security.collection.request
Methods in microsoft.graph.security.collection.request with parameters of type ContentInfo 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)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ContentLabel>SensitivityLabelCollectionRequest. extractContentLabel(ContentInfo contentInfo) -
Uses of ContentInfo in microsoft.graph.security.complex
Methods in microsoft.graph.security.complex that return ContentInfo Modifier and Type Method Description ContentInfoContentInfo.Builder. build()ContentInfoContentInfo. withContentFormat(String contentFormat)ContentInfoContentInfo. withIdentifier(String identifier)ContentInfoContentInfo. withState(ContentState state)ContentInfoContentInfo. withUnmappedField(String name, String value)
-