Package odata.msgraph.client.complex
Class AlertDetection.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.AlertDetection.Builder
-
- Enclosing class:
- AlertDetection
public static final class AlertDetection.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertDetectionbuild()AlertDetection.BuilderdetectionType(String detectionType)AlertDetection.Buildermethod(String method)AlertDetection.Buildername(String name)
-
-
-
Method Detail
-
detectionType
public AlertDetection.Builder detectionType(String detectionType)
-
method
public AlertDetection.Builder method(String method)
-
name
public AlertDetection.Builder name(String name)
-
build
public AlertDetection build()
-
-