Uses of Class
odata.msgraph.client.complex.LookupColumn
-
Packages that use LookupColumn Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of LookupColumn in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return LookupColumn Modifier and Type Method Description LookupColumnLookupColumn.Builder. build()LookupColumnLookupColumn. withAllowMultipleValues(Boolean allowMultipleValues)LookupColumnLookupColumn. withAllowUnlimitedLength(Boolean allowUnlimitedLength)LookupColumnLookupColumn. withColumnName(String columnName)LookupColumnLookupColumn. withListId(String listId)LookupColumnLookupColumn. withPrimaryLookupColumnId(String primaryLookupColumnId)LookupColumnLookupColumn. withUnmappedField(String name, String value) -
Uses of LookupColumn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as LookupColumn Modifier and Type Field Description protected LookupColumnColumnDefinition. lookupMethods in odata.msgraph.client.entity that return types with arguments of type LookupColumn Modifier and Type Method Description Optional<LookupColumn>ColumnDefinition. getLookup()Methods in odata.msgraph.client.entity with parameters of type LookupColumn Modifier and Type Method Description ColumnDefinition.BuilderColumnDefinition.Builder. lookup(LookupColumn lookup)ColumnDefinitionColumnDefinition. withLookup(LookupColumn lookup)
-