Package | Description |
---|---|
com.oracle.bmc.marketplace.requests |
Modifier and Type | Method and Description |
---|---|
static ListPackagesRequest.SortOrder |
ListPackagesRequest.SortOrder.create(String key) |
ListPackagesRequest.SortOrder |
ListPackagesRequest.getSortOrder()
The sort order to use, either
ASC or DESC . |
static ListPackagesRequest.SortOrder |
ListPackagesRequest.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListPackagesRequest.SortOrder[] |
ListPackagesRequest.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ListPackagesRequest.Builder |
ListPackagesRequest.Builder.sortOrder(ListPackagesRequest.SortOrder sortOrder)
The sort order to use, either
ASC or DESC . |
Copyright © 2016–2024. All rights reserved.