Class TextColumn

java.lang.Object
com.microsoft.graph.models.TextColumn
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TextColumn extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Text Column.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • allowMultipleLines

      @SerializedName(value="allowMultipleLines", alternate="AllowMultipleLines") @Expose @Nullable public Boolean allowMultipleLines
      The Allow Multiple Lines. Whether to allow multiple lines of text.
    • appendChangesToExistingText

      @SerializedName(value="appendChangesToExistingText", alternate="AppendChangesToExistingText") @Expose @Nullable public Boolean appendChangesToExistingText
      The Append Changes To Existing Text. Whether updates to this column should replace existing text, or append to it.
    • linesForEditing

      @SerializedName(value="linesForEditing", alternate="LinesForEditing") @Expose @Nullable public Integer linesForEditing
      The Lines For Editing. The size of the text box.
    • maxLength

      @SerializedName(value="maxLength", alternate="MaxLength") @Expose @Nullable public Integer maxLength
      The Max Length. The maximum number of characters for the value.
    • textType

      @SerializedName(value="textType", alternate="TextType") @Expose @Nullable public String textType
      The Text Type. The type of text being stored. Must be one of plain or richText
  • Constructor Details

    • TextColumn

      public TextColumn()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to