Uses of Class
odata.msgraph.client.beta.complex.ExactMatchDetectedSensitiveContent
-
Packages that use ExactMatchDetectedSensitiveContent Package Description odata.msgraph.client.beta.complex -
-
Uses of ExactMatchDetectedSensitiveContent in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type ExactMatchDetectedSensitiveContent Modifier and Type Field Description protected List<ExactMatchDetectedSensitiveContent>ExactMatchClassificationResult. classificationMethods in odata.msgraph.client.beta.complex that return ExactMatchDetectedSensitiveContent Modifier and Type Method Description ExactMatchDetectedSensitiveContentExactMatchDetectedSensitiveContent.Builder. build()ExactMatchDetectedSensitiveContentExactMatchDetectedSensitiveContent. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type ExactMatchDetectedSensitiveContent Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ExactMatchDetectedSensitiveContent>ExactMatchClassificationResult. getClassification()com.github.davidmoten.odata.client.CollectionPage<ExactMatchDetectedSensitiveContent>ExactMatchClassificationResult. getClassification(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type ExactMatchDetectedSensitiveContent Modifier and Type Method Description ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. classification(ExactMatchDetectedSensitiveContent... classification)Method parameters in odata.msgraph.client.beta.complex with type arguments of type ExactMatchDetectedSensitiveContent Modifier and Type Method Description ExactMatchClassificationResult.BuilderExactMatchClassificationResult.Builder. classification(List<ExactMatchDetectedSensitiveContent> classification)
-