Class DetectedSensitiveContentWrapper.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DetectedSensitiveContentWrapper.Builder
-
- Enclosing class:
- DetectedSensitiveContentWrapper
public static final class DetectedSensitiveContentWrapper.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DetectedSensitiveContentWrapperbuild()DetectedSensitiveContentWrapper.Builderclassification(List<DetectedSensitiveContent> classification)DetectedSensitiveContentWrapper.Builderclassification(DetectedSensitiveContent... classification)DetectedSensitiveContentWrapper.BuilderclassificationNextLink(String classificationNextLink)
-
-
-
Method Detail
-
classification
public DetectedSensitiveContentWrapper.Builder classification(List<DetectedSensitiveContent> classification)
-
classification
public DetectedSensitiveContentWrapper.Builder classification(DetectedSensitiveContent... classification)
-
classificationNextLink
public DetectedSensitiveContentWrapper.Builder classificationNextLink(String classificationNextLink)
-
build
public DetectedSensitiveContentWrapper build()
-
-