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