Uses of Class
com.oracle.bmc.marketplace.requests.ListAcceptedAgreementsRequest.SortBy
-
Packages that use ListAcceptedAgreementsRequest.SortBy Package Description com.oracle.bmc.marketplace.requests -
-
Uses of ListAcceptedAgreementsRequest.SortBy in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ListAcceptedAgreementsRequest.SortBy Modifier and Type Method Description static ListAcceptedAgreementsRequest.SortByListAcceptedAgreementsRequest.SortBy. create(String key)ListAcceptedAgreementsRequest.SortByListAcceptedAgreementsRequest. getSortBy()The field to use to sort listed results.static ListAcceptedAgreementsRequest.SortByListAcceptedAgreementsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAcceptedAgreementsRequest.SortBy[]ListAcceptedAgreementsRequest.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 ListAcceptedAgreementsRequest.SortBy Modifier and Type Method Description ListAcceptedAgreementsRequest.BuilderListAcceptedAgreementsRequest.Builder. sortBy(ListAcceptedAgreementsRequest.SortBy sortBy)The field to use to sort listed results.
-