Uses of Class
com.oracle.bmc.jms.model.InstallationSiteSortBy
-
Packages that use InstallationSiteSortBy Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of InstallationSiteSortBy in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return InstallationSiteSortBy Modifier and Type Method Description static InstallationSiteSortByInstallationSiteSortBy. create(String key)static InstallationSiteSortByInstallationSiteSortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static InstallationSiteSortBy[]InstallationSiteSortBy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InstallationSiteSortBy in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return InstallationSiteSortBy Modifier and Type Method Description InstallationSiteSortByListInstallationSitesRequest. getSortBy()The field to sort installation sites.Methods in com.oracle.bmc.jms.requests with parameters of type InstallationSiteSortBy Modifier and Type Method Description ListInstallationSitesRequest.BuilderListInstallationSitesRequest.Builder. sortBy(InstallationSiteSortBy sortBy)The field to sort installation sites.
-