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 MicrosoftGraphTextColumnMicrosoftGraphColumnDefinition. text()Get the text property: textColumn.MicrosoftGraphTextColumnMicrosoftGraphTextColumn. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: textColumn.MicrosoftGraphTextColumnMicrosoftGraphTextColumn. withAllowMultipleLines(Boolean allowMultipleLines)Set the allowMultipleLines property: Whether to allow multiple lines of text.MicrosoftGraphTextColumnMicrosoftGraphTextColumn. withAppendChangesToExistingText(Boolean appendChangesToExistingText)Set the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.MicrosoftGraphTextColumnMicrosoftGraphTextColumn. withLinesForEditing(Integer linesForEditing)Set the linesForEditing property: The size of the text box.MicrosoftGraphTextColumnMicrosoftGraphTextColumn. withMaxLength(Integer maxLength)Set the maxLength property: The maximum number of characters for the value.MicrosoftGraphTextColumnMicrosoftGraphTextColumn. 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 MicrosoftGraphColumnDefinitionMicrosoftGraphColumnDefinition. withText(MicrosoftGraphTextColumn text)Set the text property: textColumn.
-