Uses of Class
com.oracle.bmc.fusionapps.requests.ListMarketingBrandsRequest.SortOrder
-
Packages that use ListMarketingBrandsRequest.SortOrder Package Description com.oracle.bmc.fusionapps.requests -
-
Uses of ListMarketingBrandsRequest.SortOrder in com.oracle.bmc.fusionapps.requests
Methods in com.oracle.bmc.fusionapps.requests that return ListMarketingBrandsRequest.SortOrder Modifier and Type Method Description static ListMarketingBrandsRequest.SortOrderListMarketingBrandsRequest.SortOrder. create(String key)ListMarketingBrandsRequest.SortOrderListMarketingBrandsRequest. getSortOrder()The sort order to use, either ‘asc’ or ‘desc’.static ListMarketingBrandsRequest.SortOrderListMarketingBrandsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListMarketingBrandsRequest.SortOrder[]ListMarketingBrandsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fusionapps.requests with parameters of type ListMarketingBrandsRequest.SortOrder Modifier and Type Method Description ListMarketingBrandsRequest.BuilderListMarketingBrandsRequest.Builder. sortOrder(ListMarketingBrandsRequest.SortOrder sortOrder)The sort order to use, either ‘asc’ or ‘desc’.
-