Class MicrosoftGraphDefaultColumnValue
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDefaultColumnValue
defaultColumnValue.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphDefaultColumnValue class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: defaultColumnValue.formula()Get the formula property: The formula used to compute the default value for this column.voidvalidate()Validates the instance.value()Get the value property: The direct value to use as the default value for this column.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: defaultColumnValue.withFormula(String formula) Set the formula property: The formula used to compute the default value for this column.Set the value property: The direct value to use as the default value for this column.
-
Constructor Details
-
MicrosoftGraphDefaultColumnValue
public MicrosoftGraphDefaultColumnValue()Creates an instance of MicrosoftGraphDefaultColumnValue class.
-
-
Method Details
-
formula
Get the formula property: The formula used to compute the default value for this column.- Returns:
- the formula value.
-
withFormula
Set the formula property: The formula used to compute the default value for this column.- Parameters:
formula- the formula value to set.- Returns:
- the MicrosoftGraphDefaultColumnValue object itself.
-
value
Get the value property: The direct value to use as the default value for this column.- Returns:
- the value value.
-
withValue
Set the value property: The direct value to use as the default value for this column.- Parameters:
value- the value value to set.- Returns:
- the MicrosoftGraphDefaultColumnValue object itself.
-
additionalProperties
Get the additionalProperties property: defaultColumnValue.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphDefaultColumnValue withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: defaultColumnValue.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphDefaultColumnValue object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-