Class TextColumn
java.lang.Object
com.amilesend.onedrive.resource.site.type.TextColumn
Describes that the column stores text as its value.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TextColumn.TextColumnBuilderbuilder()booleanintThe size of the text box.intThe maximum number of characters permitted.The type of text.inthashCode()booleanIndicates if multiple lines of text are allowed.booleanIndicates that updates should append existing text, or to replace it.toString()
-
Method Details
-
builder
-
isAllowMultipleLines
public boolean isAllowMultipleLines()Indicates if multiple lines of text are allowed. -
isAppendChangesToExistingText
public boolean isAppendChangesToExistingText()Indicates that updates should append existing text, or to replace it. -
getLinesForEditing
public int getLinesForEditing()The size of the text box. -
getMaxLength
public int getMaxLength()The maximum number of characters permitted. -
getTextType
The type of text. Valid values:- plain
- richText
-
equals
-
hashCode
-
toString
-