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