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