Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookSortField
-
Packages that use MicrosoftGraphWorkbookSortField Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphWorkbookSortField Modifier and Type Method Description MicrosoftGraphWorkbookSortFieldMicrosoftGraphWorkbookSortField. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookSortField.MicrosoftGraphWorkbookSortFieldMicrosoftGraphWorkbookSortField. withAscending(Boolean ascending)Set the ascending property: Represents whether the sorting is done in an ascending fashion.MicrosoftGraphWorkbookSortFieldMicrosoftGraphWorkbookSortField. withColor(String color)Set the color property: Represents the color that is the target of the condition if the sorting is on font or cell color.MicrosoftGraphWorkbookSortFieldMicrosoftGraphWorkbookSortField. withDataOption(String dataOption)Set the dataOption property: Represents additional sorting options for this field.MicrosoftGraphWorkbookSortFieldMicrosoftGraphWorkbookSortField. withIcon(MicrosoftGraphWorkbookIcon icon)Set the icon property: workbookIcon.MicrosoftGraphWorkbookSortFieldMicrosoftGraphWorkbookSortField. withKey(Integer key)Set the key property: Represents the column (or row, depending on the sort orientation) that the condition is on.MicrosoftGraphWorkbookSortFieldMicrosoftGraphWorkbookSortField. 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 MicrosoftGraphWorkbookSortField Modifier and Type Method Description List<MicrosoftGraphWorkbookSortField>MicrosoftGraphWorkbookTableSort. 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 MicrosoftGraphWorkbookSortField Modifier and Type Method Description MicrosoftGraphWorkbookTableSortMicrosoftGraphWorkbookTableSort. withFields(List<MicrosoftGraphWorkbookSortField> fields)Set the fields property: Represents the current conditions used to last sort the table.
-