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