Class TextColumn

java.lang.Object
com.amilesend.onedrive.resource.site.type.TextColumn

public class TextColumn extends Object
Describes that the column stores text as its value.

API Documentation.

See Also:
  • Method Details

    • builder

      public static TextColumn.TextColumnBuilder 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

      public String getTextType()
      The type of text. Valid values:
      • plain
      • richText
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object