Uses of Class
odata.msgraph.client.complex.NumberColumn
-
Packages that use NumberColumn Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of NumberColumn in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return NumberColumn Modifier and Type Method Description NumberColumnNumberColumn.Builder. build()NumberColumnNumberColumn. withDecimalPlaces(String decimalPlaces)NumberColumnNumberColumn. withDisplayAs(String displayAs)NumberColumnNumberColumn. withMaximum(Double maximum)NumberColumnNumberColumn. withMinimum(Double minimum)NumberColumnNumberColumn. withUnmappedField(String name, String value) -
Uses of NumberColumn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as NumberColumn Modifier and Type Field Description protected NumberColumnColumnDefinition. numberMethods in odata.msgraph.client.entity that return types with arguments of type NumberColumn Modifier and Type Method Description Optional<NumberColumn>ColumnDefinition. getNumber()Methods in odata.msgraph.client.entity with parameters of type NumberColumn Modifier and Type Method Description ColumnDefinition.BuilderColumnDefinition.Builder. number(NumberColumn number)ColumnDefinitionColumnDefinition. withNumber(NumberColumn number)
-