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