Class MicrosoftGraphTextColumn
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTextColumn
-
public final class MicrosoftGraphTextColumn extends Object
textColumn.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphTextColumn()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>additionalProperties()Get the additionalProperties property: textColumn.BooleanallowMultipleLines()Get the allowMultipleLines property: Whether to allow multiple lines of text.BooleanappendChangesToExistingText()Get the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.IntegerlinesForEditing()Get the linesForEditing property: The size of the text box.IntegermaxLength()Get the maxLength property: The maximum number of characters for the value.StringtextType()Get the textType property: The type of text being stored.voidvalidate()Validates the instance.MicrosoftGraphTextColumnwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: textColumn.MicrosoftGraphTextColumnwithAllowMultipleLines(Boolean allowMultipleLines)Set the allowMultipleLines property: Whether to allow multiple lines of text.MicrosoftGraphTextColumnwithAppendChangesToExistingText(Boolean appendChangesToExistingText)Set the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.MicrosoftGraphTextColumnwithLinesForEditing(Integer linesForEditing)Set the linesForEditing property: The size of the text box.MicrosoftGraphTextColumnwithMaxLength(Integer maxLength)Set the maxLength property: The maximum number of characters for the value.MicrosoftGraphTextColumnwithTextType(String textType)Set the textType property: The type of text being stored.
-
-
-
Method Detail
-
allowMultipleLines
public Boolean allowMultipleLines()
Get the allowMultipleLines property: Whether to allow multiple lines of text.- Returns:
- the allowMultipleLines value.
-
withAllowMultipleLines
public MicrosoftGraphTextColumn withAllowMultipleLines(Boolean allowMultipleLines)
Set the allowMultipleLines property: Whether to allow multiple lines of text.- Parameters:
allowMultipleLines- the allowMultipleLines value to set.- Returns:
- the MicrosoftGraphTextColumn object itself.
-
appendChangesToExistingText
public Boolean 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
public Integer linesForEditing()
Get the linesForEditing property: The size of the text box.- Returns:
- the linesForEditing value.
-
withLinesForEditing
public MicrosoftGraphTextColumn withLinesForEditing(Integer linesForEditing)
Set the linesForEditing property: The size of the text box.- Parameters:
linesForEditing- the linesForEditing value to set.- Returns:
- the MicrosoftGraphTextColumn object itself.
-
maxLength
public Integer maxLength()
Get the maxLength property: The maximum number of characters for the value.- Returns:
- the maxLength value.
-
withMaxLength
public MicrosoftGraphTextColumn withMaxLength(Integer maxLength)
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
public String textType()
Get the textType property: The type of text being stored. Must be one of plain or richText.- Returns:
- the textType value.
-
withTextType
public MicrosoftGraphTextColumn withTextType(String textType)
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
public Map<String,Object> additionalProperties()
Get the additionalProperties property: textColumn.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphTextColumn withAdditionalProperties(Map<String,Object> additionalProperties)
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.
-
-