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