Uses of Class
odata.msgraph.client.security.complex.RedundancyDetectionSettings
-
Packages that use RedundancyDetectionSettings Package Description odata.msgraph.client.security.complex odata.msgraph.client.security.entity -
-
Uses of RedundancyDetectionSettings in odata.msgraph.client.security.complex
Methods in odata.msgraph.client.security.complex that return RedundancyDetectionSettings Modifier and Type Method Description RedundancyDetectionSettingsRedundancyDetectionSettings.Builder. build()RedundancyDetectionSettingsRedundancyDetectionSettings. withIsEnabled(Boolean isEnabled)RedundancyDetectionSettingsRedundancyDetectionSettings. withMaxWords(Integer maxWords)RedundancyDetectionSettingsRedundancyDetectionSettings. withMinWords(Integer minWords)RedundancyDetectionSettingsRedundancyDetectionSettings. withSimilarityThreshold(Integer similarityThreshold)RedundancyDetectionSettingsRedundancyDetectionSettings. withUnmappedField(String name, Object value) -
Uses of RedundancyDetectionSettings in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity declared as RedundancyDetectionSettings Modifier and Type Field Description protected RedundancyDetectionSettingsEdiscoveryCaseSettings. redundancyDetectionMethods in odata.msgraph.client.security.entity that return types with arguments of type RedundancyDetectionSettings Modifier and Type Method Description Optional<RedundancyDetectionSettings>EdiscoveryCaseSettings. getRedundancyDetection()Methods in odata.msgraph.client.security.entity with parameters of type RedundancyDetectionSettings Modifier and Type Method Description EdiscoveryCaseSettings.BuilderEdiscoveryCaseSettings.Builder. redundancyDetection(RedundancyDetectionSettings redundancyDetection)EdiscoveryCaseSettingsEdiscoveryCaseSettings. withRedundancyDetection(RedundancyDetectionSettings redundancyDetection)
-