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