Uses of Class
com.oracle.bmc.cloudbridge.requests.ListInventoriesRequest.SortBy
-
Packages that use ListInventoriesRequest.SortBy Package Description com.oracle.bmc.cloudbridge.requests -
-
Uses of ListInventoriesRequest.SortBy in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return ListInventoriesRequest.SortBy Modifier and Type Method Description static ListInventoriesRequest.SortByListInventoriesRequest.SortBy. create(String key)ListInventoriesRequest.SortByListInventoriesRequest. getSortBy()The field to sort by.static ListInventoriesRequest.SortByListInventoriesRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListInventoriesRequest.SortBy[]ListInventoriesRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudbridge.requests with parameters of type ListInventoriesRequest.SortBy Modifier and Type Method Description ListInventoriesRequest.BuilderListInventoriesRequest.Builder. sortBy(ListInventoriesRequest.SortBy sortBy)The field to sort by.
-