Uses of Class
odata.msgraph.client.beta.complex.ContentInfo
-
Packages that use ContentInfo Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity.collection.request -
-
Uses of ContentInfo in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ContentInfo Modifier and Type Method Description ContentInfoContentInfo.Builder. build()ContentInfoContentInfo. withFormat(ContentFormat format)ContentInfoContentInfo. withIdentifier(String identifier)ContentInfoContentInfo. withState(ContentState state)ContentInfoContentInfo. withUnmappedField(String name, String value) -
Uses of ContentInfo in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request with parameters of type ContentInfo 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)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<InformationProtectionContentLabel>InformationProtectionLabelCollectionRequest. extractLabel(ContentInfo contentInfo)
-