Class ExactMatchDetectedSensitiveContent.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.ExactMatchDetectedSensitiveContent.Builder
-
- Enclosing class:
- ExactMatchDetectedSensitiveContent
public static final class ExactMatchDetectedSensitiveContent.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExactMatchDetectedSensitiveContentbuild()ExactMatchDetectedSensitiveContent.Builderconfidence(Integer confidence)ExactMatchDetectedSensitiveContent.BuilderdisplayName(String displayName)ExactMatchDetectedSensitiveContent.Builderid(UUID id)ExactMatchDetectedSensitiveContent.Buildermatches(List<SensitiveContentLocation> matches)ExactMatchDetectedSensitiveContent.Buildermatches(SensitiveContentLocation... matches)ExactMatchDetectedSensitiveContent.BuildermatchesNextLink(String matchesNextLink)ExactMatchDetectedSensitiveContent.BuilderrecommendedConfidence(Integer recommendedConfidence)ExactMatchDetectedSensitiveContent.BuilderuniqueCount(Integer uniqueCount)
-
-
-
Method Detail
-
confidence
public ExactMatchDetectedSensitiveContent.Builder confidence(Integer confidence)
-
displayName
public ExactMatchDetectedSensitiveContent.Builder displayName(String displayName)
-
id
public ExactMatchDetectedSensitiveContent.Builder id(UUID id)
-
recommendedConfidence
public ExactMatchDetectedSensitiveContent.Builder recommendedConfidence(Integer recommendedConfidence)
-
uniqueCount
public ExactMatchDetectedSensitiveContent.Builder uniqueCount(Integer uniqueCount)
-
matches
public ExactMatchDetectedSensitiveContent.Builder matches(List<SensitiveContentLocation> matches)
-
matches
public ExactMatchDetectedSensitiveContent.Builder matches(SensitiveContentLocation... matches)
-
matchesNextLink
public ExactMatchDetectedSensitiveContent.Builder matchesNextLink(String matchesNextLink)
-
build
public ExactMatchDetectedSensitiveContent build()
-
-