Uses of Class
odata.msgraph.client.beta.complex.ContentClassification
-
Packages that use ContentClassification Package Description odata.msgraph.client.beta.complex -
-
Uses of ContentClassification in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type ContentClassification Modifier and Type Field Description protected List<ContentClassification>ExactMatchClassificationRequest. contentClassificationsMethods in odata.msgraph.client.beta.complex that return ContentClassification Modifier and Type Method Description ContentClassificationContentClassification.Builder. build()ContentClassificationContentClassification. withConfidence(Integer confidence)ContentClassificationContentClassification. withSensitiveTypeId(String sensitiveTypeId)ContentClassificationContentClassification. withUniqueCount(Integer uniqueCount)ContentClassificationContentClassification. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ContentClassification Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ContentClassification>ExactMatchClassificationRequest. getContentClassifications()com.github.davidmoten.odata.client.CollectionPage<ContentClassification>ExactMatchClassificationRequest. getContentClassifications(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type ContentClassification Modifier and Type Method Description ExactMatchClassificationRequest.BuilderExactMatchClassificationRequest.Builder. contentClassifications(ContentClassification... contentClassifications)Method parameters in odata.msgraph.client.beta.complex with type arguments of type ContentClassification Modifier and Type Method Description ExactMatchClassificationRequest.BuilderExactMatchClassificationRequest.Builder. contentClassifications(List<ContentClassification> contentClassifications)
-