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