Package odata.msgraph.client.beta.entity
Class GroupPolicyPresentationLongDecimalTextBox.Builder
- java.lang.Object
-
- odata.msgraph.client.beta.entity.GroupPolicyPresentationLongDecimalTextBox.Builder
-
- Enclosing class:
- GroupPolicyPresentationLongDecimalTextBox
public static final class GroupPolicyPresentationLongDecimalTextBox.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
id
public GroupPolicyPresentationLongDecimalTextBox.Builder id(String id)
-
label
public GroupPolicyPresentationLongDecimalTextBox.Builder label(String label)
-
lastModifiedDateTime
public GroupPolicyPresentationLongDecimalTextBox.Builder lastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
defaultValue
public GroupPolicyPresentationLongDecimalTextBox.Builder defaultValue(Long defaultValue)
“An unsigned integer that specifies the initial value for the decimal text box. The default value is 1.”- Parameters:
defaultValue- value ofdefaultValueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
maxValue
public GroupPolicyPresentationLongDecimalTextBox.Builder maxValue(Long maxValue)
“An unsigned long that specifies the maximum allowed value. The default value is 9999.”- Parameters:
maxValue- value ofmaxValueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
minValue
public GroupPolicyPresentationLongDecimalTextBox.Builder minValue(Long minValue)
“An unsigned long that specifies the minimum allowed value. The default value is 0.”- Parameters:
minValue- value ofminValueproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
required
public GroupPolicyPresentationLongDecimalTextBox.Builder required(Boolean required)
“Requirement to enter a value in the parameter box. The default value is false.”- Parameters:
required- value ofrequiredproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
spin
public GroupPolicyPresentationLongDecimalTextBox.Builder spin(Boolean spin)
“If true, create a spin control; otherwise, create a text box for numeric entry. The default value is true.”- Parameters:
spin- value ofspinproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
spinStep
public GroupPolicyPresentationLongDecimalTextBox.Builder spinStep(Long spinStep)
“An unsigned integer that specifies the increment of change for the spin control. The default value is 1.”- Parameters:
spinStep- value ofspinStepproperty (as defined in service metadata)- Returns:
this(for method chaining)
-
build
public GroupPolicyPresentationLongDecimalTextBox build()
-
-