Class DeviceHealthScriptBooleanParameter.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.complex.DeviceHealthScriptBooleanParameter.Builder
-
- Enclosing class:
- DeviceHealthScriptBooleanParameter
public static final class DeviceHealthScriptBooleanParameter.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceHealthScriptBooleanParameter.BuilderapplyDefaultValueWhenNotAssigned(Boolean applyDefaultValueWhenNotAssigned)DeviceHealthScriptBooleanParameterbuild()DeviceHealthScriptBooleanParameter.BuilderdefaultValue(Boolean defaultValue)“The default value of boolean param”DeviceHealthScriptBooleanParameter.Builderdescription(String description)DeviceHealthScriptBooleanParameter.BuilderisRequired(Boolean isRequired)DeviceHealthScriptBooleanParameter.Buildername(String name)
-
-
-
Method Detail
-
applyDefaultValueWhenNotAssigned
public DeviceHealthScriptBooleanParameter.Builder applyDefaultValueWhenNotAssigned(Boolean applyDefaultValueWhenNotAssigned)
-
description
public DeviceHealthScriptBooleanParameter.Builder description(String description)
-
isRequired
public DeviceHealthScriptBooleanParameter.Builder isRequired(Boolean isRequired)
-
name
public DeviceHealthScriptBooleanParameter.Builder name(String name)
-
defaultValue
public DeviceHealthScriptBooleanParameter.Builder defaultValue(Boolean defaultValue)
“The default value of boolean param”- Parameters:
defaultValue- value ofdefaultValueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public DeviceHealthScriptBooleanParameter build()
-
-