Uses of Class
com.oracle.bmc.desktops.requests.ListDesktopsRequest.SortOrder
-
Packages that use ListDesktopsRequest.SortOrder Package Description com.oracle.bmc.desktops.requests -
-
Uses of ListDesktopsRequest.SortOrder in com.oracle.bmc.desktops.requests
Methods in com.oracle.bmc.desktops.requests that return ListDesktopsRequest.SortOrder Modifier and Type Method Description static ListDesktopsRequest.SortOrderListDesktopsRequest.SortOrder. create(String key)ListDesktopsRequest.SortOrderListDesktopsRequest. getSortOrder()A field to indicate the sort order.static ListDesktopsRequest.SortOrderListDesktopsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListDesktopsRequest.SortOrder[]ListDesktopsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.desktops.requests with parameters of type ListDesktopsRequest.SortOrder Modifier and Type Method Description ListDesktopsRequest.BuilderListDesktopsRequest.Builder. sortOrder(ListDesktopsRequest.SortOrder sortOrder)A field to indicate the sort order.
-