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