Uses of Class
odata.msgraph.client.complex.DefaultColumnValue
-
Packages that use DefaultColumnValue Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of DefaultColumnValue in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return DefaultColumnValue Modifier and Type Method Description DefaultColumnValueDefaultColumnValue.Builder. build()DefaultColumnValueDefaultColumnValue. withFormula(String formula)DefaultColumnValueDefaultColumnValue. withUnmappedField(String name, Object value)DefaultColumnValueDefaultColumnValue. withValue(String value) -
Uses of DefaultColumnValue in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DefaultColumnValue Modifier and Type Field Description protected DefaultColumnValueColumnDefinition. defaultValueMethods in odata.msgraph.client.entity that return types with arguments of type DefaultColumnValue Modifier and Type Method Description Optional<DefaultColumnValue>ColumnDefinition. getDefaultValue()Methods in odata.msgraph.client.entity with parameters of type DefaultColumnValue Modifier and Type Method Description ColumnDefinition.BuilderColumnDefinition.Builder. defaultValue(DefaultColumnValue defaultValue)ColumnDefinitionColumnDefinition. withDefaultValue(DefaultColumnValue defaultValue)
-