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