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