static GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.builderGroupPolicyPresentationDecimalTextBox() |
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.Builder.defaultValue(Long defaultValue) |
“An unsigned integer that specifies the initial value for the decimal text box.
|
GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.Builder.id(String id) |
|
GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.Builder.label(String label) |
|
GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.Builder.lastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
|
GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.Builder.maxValue(Long maxValue) |
“An unsigned integer that specifies the maximum allowed value.
|
GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.Builder.minValue(Long minValue) |
“An unsigned integer that specifies the minimum allowed value.
|
GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.Builder.required(Boolean required) |
“Requirement to enter a value in the parameter box.
|
GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.Builder.spin(Boolean spin) |
“If true, create a spin control; otherwise, create a text box for numeric entry.
|
GroupPolicyPresentationDecimalTextBox.Builder |
GroupPolicyPresentationDecimalTextBox.Builder.spinStep(Long spinStep) |
“An unsigned integer that specifies the increment of change for the spin control.
|