Class MicrosoftGraphCalculatedColumn
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalculatedColumn
-
public final class MicrosoftGraphCalculatedColumn extends Object
calculatedColumn.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphCalculatedColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: calculatedColumn.Stringformat()Get the format property: For dateTime output types, the format of the value.Stringformula()Get the formula property: The formula used to compute the value for this column.StringoutputType()Get the outputType property: The output type used to format values in this column.voidvalidate()Validates the instance.MicrosoftGraphCalculatedColumnwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: calculatedColumn.MicrosoftGraphCalculatedColumnwithFormat(String format)Set the format property: For dateTime output types, the format of the value.MicrosoftGraphCalculatedColumnwithFormula(String formula)Set the formula property: The formula used to compute the value for this column.MicrosoftGraphCalculatedColumnwithOutputType(String outputType)Set the outputType property: The output type used to format values in this column.
-
-
-
Method Detail
-
format
public String format()
Get the format property: For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.- Returns:
- the format value.
-
withFormat
public MicrosoftGraphCalculatedColumn withFormat(String format)
Set the format property: For dateTime output types, the format of the value. Must be one of dateOnly or dateTime.- Parameters:
format- the format value to set.- Returns:
- the MicrosoftGraphCalculatedColumn object itself.
-
formula
public String formula()
Get the formula property: The formula used to compute the value for this column.- Returns:
- the formula value.
-
withFormula
public MicrosoftGraphCalculatedColumn withFormula(String formula)
Set the formula property: The formula used to compute the value for this column.- Parameters:
formula- the formula value to set.- Returns:
- the MicrosoftGraphCalculatedColumn object itself.
-
outputType
public String outputType()
Get the outputType property: The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.- Returns:
- the outputType value.
-
withOutputType
public MicrosoftGraphCalculatedColumn withOutputType(String outputType)
Set the outputType property: The output type used to format values in this column. Must be one of boolean, currency, dateTime, number, or text.- Parameters:
outputType- the outputType value to set.- Returns:
- the MicrosoftGraphCalculatedColumn object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: calculatedColumn.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphCalculatedColumn withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: calculatedColumn.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphCalculatedColumn object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-