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