你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphTextColumn Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTextColumn
- com.
Implements
public final class MicrosoftGraphTextColumn
implements JsonSerializable<MicrosoftGraphTextColumn>
textColumn.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTextColumn() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Boolean |
allowMultipleLines()
Get the allow |
Boolean |
appendChangesToExistingText()
Get the append |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Integer |
linesForEditing()
Get the lines |
Integer |
maxLength()
Get the max |
String |
textType()
Get the text |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withAllowMultipleLines(Boolean allowMultipleLines)
Set the allow |
Microsoft |
withAppendChangesToExistingText(Boolean appendChangesToExistingText)
Set the append |
Microsoft |
withLinesForEditing(Integer linesForEditing)
Set the lines |
Microsoft |
withMaxLength(Integer maxLength)
Set the max |
Microsoft |
withTextType(String textType)
Set the text |
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphTextColumn
public MicrosoftGraphTextColumn()
Creates an instance of MicrosoftGraphTextColumn class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: textColumn.
Returns:
allowMultipleLines
public Boolean allowMultipleLines()
Get the allowMultipleLines property: Whether to allow multiple lines of text.
Returns:
appendChangesToExistingText
public Boolean appendChangesToExistingText()
Get the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.
Returns:
fromJson
public static MicrosoftGraphTextColumn fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphTextColumn from the JsonReader.
Parameters:
Returns:
Throws:
linesForEditing
public Integer linesForEditing()
Get the linesForEditing property: The size of the text box.
Returns:
maxLength
public Integer maxLength()
Get the maxLength property: The maximum number of characters for the value.
Returns:
textType
public String textType()
Get the textType property: The type of text being stored. Must be one of plain or richText.
Returns:
toJson
validate
public void validate()
Validates the instance.
withAdditionalProperties
public MicrosoftGraphTextColumn withAdditionalProperties(Map
Set the additionalProperties property: textColumn.
Parameters:
Returns:
withAllowMultipleLines
public MicrosoftGraphTextColumn withAllowMultipleLines(Boolean allowMultipleLines)
Set the allowMultipleLines property: Whether to allow multiple lines of text.
Parameters:
Returns:
withAppendChangesToExistingText
public MicrosoftGraphTextColumn withAppendChangesToExistingText(Boolean appendChangesToExistingText)
Set the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.
Parameters:
Returns:
withLinesForEditing
public MicrosoftGraphTextColumn withLinesForEditing(Integer linesForEditing)
Set the linesForEditing property: The size of the text box.
Parameters:
Returns:
withMaxLength
public MicrosoftGraphTextColumn withMaxLength(Integer maxLength)
Set the maxLength property: The maximum number of characters for the value.
Parameters:
Returns:
withTextType
public MicrosoftGraphTextColumn withTextType(String textType)
Set the textType property: The type of text being stored. Must be one of plain or richText.
Parameters:
Returns: