Uses of Class
odata.msgraph.client.complex.BooleanColumn
-
Packages that use BooleanColumn Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of BooleanColumn in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return BooleanColumn Modifier and Type Method Description BooleanColumnBooleanColumn.Builder. build()BooleanColumnBooleanColumn. withUnmappedField(String name, Object value) -
Uses of BooleanColumn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as BooleanColumn Modifier and Type Field Description protected BooleanColumnColumnDefinition. boolean_Methods in odata.msgraph.client.entity that return types with arguments of type BooleanColumn Modifier and Type Method Description Optional<BooleanColumn>ColumnDefinition. getBoolean()Methods in odata.msgraph.client.entity with parameters of type BooleanColumn Modifier and Type Method Description ColumnDefinition.BuilderColumnDefinition.Builder. boolean_(BooleanColumn boolean_)ColumnDefinitionColumnDefinition. withBoolean(BooleanColumn boolean_)
-