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