Uses of Class
odata.msgraph.client.beta.complex.ContentClassification.Builder
-
Packages that use ContentClassification.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of ContentClassification.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return ContentClassification.Builder Modifier and Type Method Description static ContentClassification.BuilderContentClassification. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ContentClassification.BuilderContentClassification.Builder. confidence(Integer confidence)ContentClassification.BuilderContentClassification.Builder. matches(List<MatchLocation> matches)ContentClassification.BuilderContentClassification.Builder. matches(MatchLocation... matches)ContentClassification.BuilderContentClassification.Builder. matchesNextLink(String matchesNextLink)ContentClassification.BuilderContentClassification.Builder. sensitiveTypeId(String sensitiveTypeId)ContentClassification.BuilderContentClassification.Builder. uniqueCount(Integer uniqueCount)
-