你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphCalculatedColumn Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphCalculatedColumn
- com.
Implements
public final class MicrosoftGraphCalculatedColumn
implements JsonSerializable<MicrosoftGraphCalculatedColumn>
calculatedColumn.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphCalculatedColumn() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
String |
format()
Get the format property: For date |
String |
formula()
Get the formula property: The formula used to compute the value for this column. |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
String |
outputType()
Get the output |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withFormat(String format)
Set the format property: For date |
Microsoft |
withFormula(String formula)
Set the formula property: The formula used to compute the value for this column. |
Microsoft |
withOutputType(String outputType)
Set the output |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphCalculatedColumn
public MicrosoftGraphCalculatedColumn()
Creates an instance of MicrosoftGraphCalculatedColumn class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: calculatedColumn.
Returns:
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:
formula
public String formula()
Get the formula property: The formula used to compute the value for this column.
Returns:
fromJson
public static MicrosoftGraphCalculatedColumn fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphCalculatedColumn from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphCalculatedColumn withAdditionalProperties(Map
Set the additionalProperties property: calculatedColumn.
Parameters:
Returns:
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:
Returns:
withFormula
public MicrosoftGraphCalculatedColumn withFormula(String formula)
Set the formula property: The formula used to compute the value for this column.
Parameters:
Returns:
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:
Returns: