MicrosoftGraphNumberColumn Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphNumberColumn
- com.
Implements
public final class MicrosoftGraphNumberColumn
implements JsonSerializable<MicrosoftGraphNumberColumn>
Represents a number column.
Constructor Summary
| Constructor | Description |
|---|---|
| MicrosoftGraphNumberColumn() |
Creates an instance of Microsoft |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Map<String,Object> |
additionalProperties()
Get the additional |
| String |
decimalPlaces()
Get the decimal |
| String |
displayAs()
Get the display |
|
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
| Double |
maximum()
Get the maximum property: The maximum permitted value. |
| Double |
minimum()
Get the minimum property: The minimum permitted value. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
|
Microsoft |
withDecimalPlaces(String decimalPlaces)
Set the decimal |
|
Microsoft |
withDisplayAs(String displayAs)
Set the display |
|
Microsoft |
withMaximum(Double maximum)
Set the maximum property: The maximum permitted value. |
|
Microsoft |
withMinimum(Double minimum)
Set the minimum property: The minimum permitted value. |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphNumberColumn
public MicrosoftGraphNumberColumn()
Creates an instance of MicrosoftGraphNumberColumn class.
Method Details
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: numberColumn.
Returns:
decimalPlaces
public String decimalPlaces()
Get the decimalPlaces property: How many decimal places to display. See below for information about the possible values.
Returns:
displayAs
public String 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:
fromJson
public static MicrosoftGraphNumberColumn fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphNumberColumn from the JsonReader.
Parameters:
Returns:
Throws:
maximum
public Double maximum()
Get the maximum property: The maximum permitted value.
Returns:
minimum
public Double minimum()
Get the minimum property: The minimum permitted value.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphNumberColumn withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: numberColumn.
Parameters:
Returns:
withDecimalPlaces
public MicrosoftGraphNumberColumn withDecimalPlaces(String decimalPlaces)
Set the decimalPlaces property: How many decimal places to display. See below for information about the possible values.
Parameters:
Returns:
withDisplayAs
public MicrosoftGraphNumberColumn withDisplayAs(String displayAs)
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:
Returns:
withMaximum
public MicrosoftGraphNumberColumn withMaximum(Double maximum)
Set the maximum property: The maximum permitted value.
Parameters:
Returns:
withMinimum
public MicrosoftGraphNumberColumn withMinimum(Double minimum)
Set the minimum property: The minimum permitted value.
Parameters:
Returns: