Class TextColumn.TextColumnBuilder
java.lang.Object
com.amilesend.onedrive.resource.site.type.TextColumn.TextColumnBuilder
- Enclosing class:
TextColumn
-
Method Summary
Modifier and TypeMethodDescriptionallowMultipleLines(boolean allowMultipleLines) Indicates if multiple lines of text are allowed.appendChangesToExistingText(boolean appendChangesToExistingText) Indicates that updates should append existing text, or to replace it.build()linesForEditing(int linesForEditing) The size of the text box.maxLength(int maxLength) The maximum number of characters permitted.The type of text.toString()
-
Method Details
-
allowMultipleLines
Indicates if multiple lines of text are allowed.- Returns:
this.
-
appendChangesToExistingText
public TextColumn.TextColumnBuilder appendChangesToExistingText(boolean appendChangesToExistingText) Indicates that updates should append existing text, or to replace it.- Returns:
this.
-
linesForEditing
The size of the text box.- Returns:
this.
-
maxLength
The maximum number of characters permitted.- Returns:
this.
-
textType
The type of text. Valid values:- plain
- richText
- Returns:
this.
-
build
-
toString
-