Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookSortField
Packages that use MicrosoftGraphWorkbookSortField
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookSortField in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookSortFieldModifier and TypeMethodDescriptionMicrosoftGraphWorkbookSortField.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookSortField.MicrosoftGraphWorkbookSortField.withAscending(Boolean ascending) Set the ascending property: Represents whether the sorting is done in an ascending fashion.Set the color property: Represents the color that is the target of the condition if the sorting is on font or cell color.MicrosoftGraphWorkbookSortField.withDataOption(String dataOption) Set the dataOption property: Represents additional sorting options for this field.MicrosoftGraphWorkbookSortField.withIcon(MicrosoftGraphWorkbookIcon icon) Set the icon property: workbookIcon.Set the key property: Represents the column (or row, depending on the sort orientation) that the condition is on.MicrosoftGraphWorkbookSortField.withSortOn(String sortOn) Set the sortOn property: Represents the type of sorting of this condition.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookSortFieldModifier and TypeMethodDescriptionMicrosoftGraphWorkbookTableSort.fields()Get the fields property: Represents the current conditions used to last sort the table.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookSortFieldModifier and TypeMethodDescriptionMicrosoftGraphWorkbookTableSort.withFields(List<MicrosoftGraphWorkbookSortField> fields) Set the fields property: Represents the current conditions used to last sort the table.