Uses of Class
com.oracle.bmc.jms.model.JreSortBy
-
Packages that use JreSortBy Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of JreSortBy in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return JreSortBy Modifier and Type Method Description static JreSortByJreSortBy. create(String key)static JreSortByJreSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static JreSortBy[]JreSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of JreSortBy in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return JreSortBy Modifier and Type Method Description JreSortByListJreUsageRequest. getSortBy()The field to sort JRE usages.JreSortBySummarizeJreUsageRequest. getSortBy()The field to sort JRE usages.Methods in com.oracle.bmc.jms.requests with parameters of type JreSortBy Modifier and Type Method Description ListJreUsageRequest.BuilderListJreUsageRequest.Builder. sortBy(JreSortBy sortBy)The field to sort JRE usages.SummarizeJreUsageRequest.BuilderSummarizeJreUsageRequest.Builder. sortBy(JreSortBy sortBy)The field to sort JRE usages.
-