Uses of Class
odata.msgraph.client.complex.TermColumn
-
Packages that use TermColumn Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of TermColumn in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return TermColumn Modifier and Type Method Description TermColumnTermColumn.Builder. build()TermColumnTermColumn. withAllowMultipleValues(Boolean allowMultipleValues)TermColumnTermColumn. withShowFullyQualifiedName(Boolean showFullyQualifiedName)TermColumnTermColumn. withUnmappedField(String name, String value) -
Uses of TermColumn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TermColumn Modifier and Type Field Description protected TermColumnColumnDefinition. termMethods in odata.msgraph.client.entity that return types with arguments of type TermColumn Modifier and Type Method Description Optional<TermColumn>ColumnDefinition. getTerm()Methods in odata.msgraph.client.entity with parameters of type TermColumn Modifier and Type Method Description ColumnDefinition.BuilderColumnDefinition.Builder. term(TermColumn term)ColumnDefinitionColumnDefinition. withTerm(TermColumn term)
-