Uses of Class
com.oracle.bmc.apmsynthetics.model.SortOrders
-
Packages that use SortOrders Package Description com.oracle.bmc.apmsynthetics.model com.oracle.bmc.apmsynthetics.requests -
-
Uses of SortOrders in com.oracle.bmc.apmsynthetics.model
Methods in com.oracle.bmc.apmsynthetics.model that return SortOrders Modifier and Type Method Description static SortOrders
SortOrders. create(String key)
static SortOrders
SortOrders. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrders[]
SortOrders. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortOrders in com.oracle.bmc.apmsynthetics.requests
Methods in com.oracle.bmc.apmsynthetics.requests that return SortOrders Modifier and Type Method Description SortOrders
ListDedicatedVantagePointsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).SortOrders
ListMonitorsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).SortOrders
ListOnPremiseVantagePointsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).SortOrders
ListPublicVantagePointsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).SortOrders
ListScriptsRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).SortOrders
ListWorkersRequest. getSortOrder()
The sort order to use, either ascending (ASC) or descending (DESC).Methods in com.oracle.bmc.apmsynthetics.requests with parameters of type SortOrders Modifier and Type Method Description ListDedicatedVantagePointsRequest.Builder
ListDedicatedVantagePointsRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).ListMonitorsRequest.Builder
ListMonitorsRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).ListOnPremiseVantagePointsRequest.Builder
ListOnPremiseVantagePointsRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).ListPublicVantagePointsRequest.Builder
ListPublicVantagePointsRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).ListScriptsRequest.Builder
ListScriptsRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).ListWorkersRequest.Builder
ListWorkersRequest.Builder. sortOrder(SortOrders sortOrder)
The sort order to use, either ascending (ASC) or descending (DESC).
-