Class MicrosoftGraphNumberColumn
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphNumberColumn
numberColumn.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphNumberColumn class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: numberColumn.Get the decimalPlaces property: How many decimal places to display.Get the displayAs property: How the value should be presented in the UX.maximum()Get the maximum property: The maximum permitted value.minimum()Get the minimum property: The minimum permitted value.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: numberColumn.withDecimalPlaces(String decimalPlaces) Set the decimalPlaces property: How many decimal places to display.withDisplayAs(String displayAs) Set the displayAs property: How the value should be presented in the UX.withMaximum(Double maximum) Set the maximum property: The maximum permitted value.withMinimum(Double minimum) Set the minimum property: The minimum permitted value.
-
Constructor Details
-
MicrosoftGraphNumberColumn
public MicrosoftGraphNumberColumn()Creates an instance of MicrosoftGraphNumberColumn class.
-
-
Method Details
-
decimalPlaces
Get the decimalPlaces property: How many decimal places to display. See below for information about the possible values.- Returns:
- the decimalPlaces value.
-
withDecimalPlaces
Set the decimalPlaces property: How many decimal places to display. See below for information about the possible values.- Parameters:
decimalPlaces- the decimalPlaces value to set.- Returns:
- the MicrosoftGraphNumberColumn object itself.
-
displayAs
Get the displayAs property: How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.- Returns:
- the displayAs value.
-
withDisplayAs
Set the displayAs property: How the value should be presented in the UX. Must be one of number or percentage. If unspecified, treated as number.- Parameters:
displayAs- the displayAs value to set.- Returns:
- the MicrosoftGraphNumberColumn object itself.
-
maximum
Get the maximum property: The maximum permitted value.- Returns:
- the maximum value.
-
withMaximum
Set the maximum property: The maximum permitted value.- Parameters:
maximum- the maximum value to set.- Returns:
- the MicrosoftGraphNumberColumn object itself.
-
minimum
Get the minimum property: The minimum permitted value.- Returns:
- the minimum value.
-
withMinimum
Set the minimum property: The minimum permitted value.- Parameters:
minimum- the minimum value to set.- Returns:
- the MicrosoftGraphNumberColumn object itself.
-
additionalProperties
Get the additionalProperties property: numberColumn.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: numberColumn.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphNumberColumn object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-