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