Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTextColumn
Packages that use MicrosoftGraphTextColumn
Package
Description
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 MicrosoftGraphTextColumnModifier and TypeMethodDescriptionMicrosoftGraphColumnDefinition.text()Get the text property: textColumn.MicrosoftGraphTextColumn.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: textColumn.MicrosoftGraphTextColumn.withAllowMultipleLines(Boolean allowMultipleLines) Set the allowMultipleLines property: Whether to allow multiple lines of text.MicrosoftGraphTextColumn.withAppendChangesToExistingText(Boolean appendChangesToExistingText) Set the appendChangesToExistingText property: Whether updates to this column should replace existing text, or append to it.MicrosoftGraphTextColumn.withLinesForEditing(Integer linesForEditing) Set the linesForEditing property: The size of the text box.MicrosoftGraphTextColumn.withMaxLength(Integer maxLength) Set the maxLength property: The maximum number of characters for the value.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 MicrosoftGraphTextColumnModifier and TypeMethodDescriptionMicrosoftGraphColumnDefinition.withText(MicrosoftGraphTextColumn text) Set the text property: textColumn.