Uses of Class
com.oracle.bmc.desktops.requests.ListDesktopsRequest.SortBy
-
Packages that use ListDesktopsRequest.SortBy Package Description com.oracle.bmc.desktops.requests -
-
Uses of ListDesktopsRequest.SortBy in com.oracle.bmc.desktops.requests
Methods in com.oracle.bmc.desktops.requests that return ListDesktopsRequest.SortBy Modifier and Type Method Description static ListDesktopsRequest.SortByListDesktopsRequest.SortBy. create(String key)ListDesktopsRequest.SortByListDesktopsRequest. getSortBy()A field to sort by.static ListDesktopsRequest.SortByListDesktopsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListDesktopsRequest.SortBy[]ListDesktopsRequest.SortBy. 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.SortBy Modifier and Type Method Description ListDesktopsRequest.BuilderListDesktopsRequest.Builder. sortBy(ListDesktopsRequest.SortBy sortBy)A field to sort by.
-