Uses of Class
com.oracle.bmc.loganalytics.requests.ListLogAnalyticsEmBridgesRequest.SortOrder
-
Packages that use ListLogAnalyticsEmBridgesRequest.SortOrder Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListLogAnalyticsEmBridgesRequest.SortOrder in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListLogAnalyticsEmBridgesRequest.SortOrder Modifier and Type Method Description static ListLogAnalyticsEmBridgesRequest.SortOrderListLogAnalyticsEmBridgesRequest.SortOrder. create(String key)ListLogAnalyticsEmBridgesRequest.SortOrderListLogAnalyticsEmBridgesRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListLogAnalyticsEmBridgesRequest.SortOrderListLogAnalyticsEmBridgesRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListLogAnalyticsEmBridgesRequest.SortOrder[]ListLogAnalyticsEmBridgesRequest.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 ListLogAnalyticsEmBridgesRequest.SortOrder Modifier and Type Method Description ListLogAnalyticsEmBridgesRequest.BuilderListLogAnalyticsEmBridgesRequest.Builder. sortOrder(ListLogAnalyticsEmBridgesRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-