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