Class MicrosoftGraphTextColumn
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTextColumn
textColumn.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphTextColumn class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: textColumn.Get the allowMultipleLines property: Whether to allow multiple lines of text.Get the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.Get the linesForEditing property: The size of the text box.Get the maxLength property: The maximum number of characters for the value.textType()Get the textType property: The type of text being stored.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: textColumn.withAllowMultipleLines(Boolean allowMultipleLines) Set the allowMultipleLines property: Whether to allow multiple lines of text.withAppendChangesToExistingText(Boolean appendChangesToExistingText) Set the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.withLinesForEditing(Integer linesForEditing) Set the linesForEditing property: The size of the text box.withMaxLength(Integer maxLength) Set the maxLength property: The maximum number of characters for the value.withTextType(String textType) Set the textType property: The type of text being stored.
-
Constructor Details
-
MicrosoftGraphTextColumn
public MicrosoftGraphTextColumn()Creates an instance of MicrosoftGraphTextColumn class.
-
-
Method Details
-
allowMultipleLines
Get the allowMultipleLines property: Whether to allow multiple lines of text.- Returns:
- the allowMultipleLines value.
-
withAllowMultipleLines
Set the allowMultipleLines property: Whether to allow multiple lines of text.- Parameters:
allowMultipleLines- the allowMultipleLines value to set.- Returns:
- the MicrosoftGraphTextColumn object itself.
-
appendChangesToExistingText
Get the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.- Returns:
- the appendChangesToExistingText value.
-
withAppendChangesToExistingText
public MicrosoftGraphTextColumn withAppendChangesToExistingText(Boolean appendChangesToExistingText) Set the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.- Parameters:
appendChangesToExistingText- the appendChangesToExistingText value to set.- Returns:
- the MicrosoftGraphTextColumn object itself.
-
linesForEditing
Get the linesForEditing property: The size of the text box.- Returns:
- the linesForEditing value.
-
withLinesForEditing
Set the linesForEditing property: The size of the text box.- Parameters:
linesForEditing- the linesForEditing value to set.- Returns:
- the MicrosoftGraphTextColumn object itself.
-
maxLength
Get the maxLength property: The maximum number of characters for the value.- Returns:
- the maxLength value.
-
withMaxLength
Set the maxLength property: The maximum number of characters for the value.- Parameters:
maxLength- the maxLength value to set.- Returns:
- the MicrosoftGraphTextColumn object itself.
-
textType
Get the textType property: The type of text being stored. Must be one of plain or richText.- Returns:
- the textType value.
-
withTextType
Set the textType property: The type of text being stored. Must be one of plain or richText.- Parameters:
textType- the textType value to set.- Returns:
- the MicrosoftGraphTextColumn object itself.
-
additionalProperties
Get the additionalProperties property: textColumn.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: textColumn.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphTextColumn object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-