Class DetectedSensitiveContent.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DetectedSensitiveContent.Builder
-
- Enclosing class:
- DetectedSensitiveContent
public static final class DetectedSensitiveContent.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
confidence
public DetectedSensitiveContent.Builder confidence(Integer confidence)
-
displayName
public DetectedSensitiveContent.Builder displayName(String displayName)
-
id
public DetectedSensitiveContent.Builder id(UUID id)
-
recommendedConfidence
public DetectedSensitiveContent.Builder recommendedConfidence(Integer recommendedConfidence)
-
uniqueCount
public DetectedSensitiveContent.Builder uniqueCount(Integer uniqueCount)
-
classificationAttributes
public DetectedSensitiveContent.Builder classificationAttributes(List<ClassificationAttribute> classificationAttributes)
-
classificationAttributes
public DetectedSensitiveContent.Builder classificationAttributes(ClassificationAttribute... classificationAttributes)
-
classificationAttributesNextLink
public DetectedSensitiveContent.Builder classificationAttributesNextLink(String classificationAttributesNextLink)
-
classificationMethod
public DetectedSensitiveContent.Builder classificationMethod(ClassificationMethod classificationMethod)
-
matches
public DetectedSensitiveContent.Builder matches(List<SensitiveContentLocation> matches)
-
matches
public DetectedSensitiveContent.Builder matches(SensitiveContentLocation... matches)
-
matchesNextLink
public DetectedSensitiveContent.Builder matchesNextLink(String matchesNextLink)
-
scope
public DetectedSensitiveContent.Builder scope(SensitiveTypeScope scope)
-
sensitiveTypeSource
public DetectedSensitiveContent.Builder sensitiveTypeSource(SensitiveTypeSource sensitiveTypeSource)
-
build
public DetectedSensitiveContent build()
-
-