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