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