Class MicrosoftGraphDefaultColumnValue
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDefaultColumnValue
-
public final class MicrosoftGraphDefaultColumnValue extends Object
defaultColumnValue.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphDefaultColumnValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: defaultColumnValue.String
formula()
Get the formula property: The formula used to compute the default value for this column.void
validate()
Validates the instance.String
value()
Get the value property: The direct value to use as the default value for this column.MicrosoftGraphDefaultColumnValue
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: defaultColumnValue.MicrosoftGraphDefaultColumnValue
withFormula(String formula)
Set the formula property: The formula used to compute the default value for this column.MicrosoftGraphDefaultColumnValue
withValue(String value)
Set the value property: The direct value to use as the default value for this column.
-
-
-
Method Detail
-
formula
public String formula()
Get the formula property: The formula used to compute the default value for this column.- Returns:
- the formula value.
-
withFormula
public MicrosoftGraphDefaultColumnValue withFormula(String formula)
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
public String value()
Get the value property: The direct value to use as the default value for this column.- Returns:
- the value value.
-
withValue
public MicrosoftGraphDefaultColumnValue withValue(String value)
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
public Map<String,Object> 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.
-
-