Uses of Class
odata.msgraph.client.complex.TextColumn
-
Packages that use TextColumn Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of TextColumn in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return TextColumn Modifier and Type Method Description TextColumnTextColumn.Builder. build()TextColumnTextColumn. withAllowMultipleLines(Boolean allowMultipleLines)TextColumnTextColumn. withAppendChangesToExistingText(Boolean appendChangesToExistingText)TextColumnTextColumn. withLinesForEditing(Integer linesForEditing)TextColumnTextColumn. withMaxLength(Integer maxLength)TextColumnTextColumn. withTextType(String textType)TextColumnTextColumn. withUnmappedField(String name, Object value) -
Uses of TextColumn in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TextColumn Modifier and Type Field Description protected TextColumnColumnDefinition. textMethods in odata.msgraph.client.entity that return types with arguments of type TextColumn Modifier and Type Method Description Optional<TextColumn>ColumnDefinition. getText()Methods in odata.msgraph.client.entity with parameters of type TextColumn Modifier and Type Method Description ColumnDefinition.BuilderColumnDefinition.Builder. text(TextColumn text)ColumnDefinitionColumnDefinition. withText(TextColumn text)
-