Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTextColumn
-
Packages that use MicrosoftGraphTextColumn Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphTextColumn in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTextColumn Modifier and Type Method Description MicrosoftGraphTextColumn
MicrosoftGraphColumnDefinition. text()
Get the text property: textColumn.MicrosoftGraphTextColumn
MicrosoftGraphTextColumn. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: textColumn.MicrosoftGraphTextColumn
MicrosoftGraphTextColumn. withAllowMultipleLines(Boolean allowMultipleLines)
Set the allowMultipleLines property: Whether to allow multiple lines of text.MicrosoftGraphTextColumn
MicrosoftGraphTextColumn. withAppendChangesToExistingText(Boolean appendChangesToExistingText)
Set the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.MicrosoftGraphTextColumn
MicrosoftGraphTextColumn. withLinesForEditing(Integer linesForEditing)
Set the linesForEditing property: The size of the text box.MicrosoftGraphTextColumn
MicrosoftGraphTextColumn. withMaxLength(Integer maxLength)
Set the maxLength property: The maximum number of characters for the value.MicrosoftGraphTextColumn
MicrosoftGraphTextColumn. withTextType(String textType)
Set the textType property: The type of text being stored.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTextColumn Modifier and Type Method Description MicrosoftGraphColumnDefinition
MicrosoftGraphColumnDefinition. withText(MicrosoftGraphTextColumn text)
Set the text property: textColumn.
-