Uses of Class
odata.msgraph.client.complex.ChoiceColumn
-
Packages that use ChoiceColumn Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ChoiceColumn in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ChoiceColumn Modifier and Type Method Description ChoiceColumnChoiceColumn.Builder. build()ChoiceColumnChoiceColumn. withAllowTextEntry(Boolean allowTextEntry)ChoiceColumnChoiceColumn. withDisplayAs(String displayAs)ChoiceColumnChoiceColumn. withUnmappedField(String name, Object value) -
Uses of ChoiceColumn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ChoiceColumn Modifier and Type Field Description protected ChoiceColumnColumnDefinition. choiceMethods in odata.msgraph.client.entity that return types with arguments of type ChoiceColumn Modifier and Type Method Description Optional<ChoiceColumn>ColumnDefinition. getChoice()Methods in odata.msgraph.client.entity with parameters of type ChoiceColumn Modifier and Type Method Description ColumnDefinition.BuilderColumnDefinition.Builder. choice(ChoiceColumn choice)ColumnDefinitionColumnDefinition. withChoice(ChoiceColumn choice)
-