Class MicrosoftGraphDefaultColumnValue

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDefaultColumnValue

public final class MicrosoftGraphDefaultColumnValue extends Object
defaultColumnValue.
  • Constructor Details

    • MicrosoftGraphDefaultColumnValue

      public MicrosoftGraphDefaultColumnValue()
      Creates an instance of MicrosoftGraphDefaultColumnValue class.
  • Method Details

    • 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.