Uses of Class
com.azure.resourcemanager.authorization.fluent.models.UsersOutlookOrderby
-
Packages that use UsersOutlookOrderby Package Description com.azure.resourcemanager.authorization.fluent Package containing the service clients for AuthorizationManagementClient.com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of UsersOutlookOrderby in com.azure.resourcemanager.authorization.fluent
Method parameters in com.azure.resourcemanager.authorization.fluent with type arguments of type UsersOutlookOrderby Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<MicrosoftGraphOutlookCategoryInner>
UsersOutlooksClient. listMasterCategories(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOutlookOrderby> orderby, List<UsersOutlookSelect> select, List<String> expand, com.azure.core.util.Context context)
Get masterCategories from users.com.azure.core.http.rest.PagedFlux<MicrosoftGraphOutlookCategoryInner>
UsersOutlooksClient. listMasterCategoriesAsync(String userId, Integer top, Integer skip, String search, String filter, Boolean count, List<UsersOutlookOrderby> orderby, List<UsersOutlookSelect> select, List<String> expand)
Get masterCategories from users. -
Uses of UsersOutlookOrderby in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as UsersOutlookOrderby Modifier and Type Field Description static UsersOutlookOrderby
UsersOutlookOrderby. COLOR
Static value color for UsersOutlookOrderby.static UsersOutlookOrderby
UsersOutlookOrderby. COLOR_DESC
Static value color desc for UsersOutlookOrderby.static UsersOutlookOrderby
UsersOutlookOrderby. DISPLAY_NAME
Static value displayName for UsersOutlookOrderby.static UsersOutlookOrderby
UsersOutlookOrderby. DISPLAY_NAME_DESC
Static value displayName desc for UsersOutlookOrderby.static UsersOutlookOrderby
UsersOutlookOrderby. ID
Static value id for UsersOutlookOrderby.static UsersOutlookOrderby
UsersOutlookOrderby. ID_DESC
Static value id desc for UsersOutlookOrderby.Methods in com.azure.resourcemanager.authorization.fluent.models that return UsersOutlookOrderby Modifier and Type Method Description static UsersOutlookOrderby
UsersOutlookOrderby. fromString(String name)
Creates or finds a UsersOutlookOrderby from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type UsersOutlookOrderby Modifier and Type Method Description static Collection<UsersOutlookOrderby>
UsersOutlookOrderby. values()
-