Uses of Class
com.oracle.bmc.loganalytics.requests.ListParserActionsRequest.SortBy
-
Packages that use ListParserActionsRequest.SortBy Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListParserActionsRequest.SortBy in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListParserActionsRequest.SortBy Modifier and Type Method Description static ListParserActionsRequest.SortByListParserActionsRequest.SortBy. create(String key)ListParserActionsRequest.SortByListParserActionsRequest. getSortBy()The attribute used to sort the returned parser actionsstatic ListParserActionsRequest.SortByListParserActionsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListParserActionsRequest.SortBy[]ListParserActionsRequest.SortBy. 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 ListParserActionsRequest.SortBy Modifier and Type Method Description ListParserActionsRequest.BuilderListParserActionsRequest.Builder. sortBy(ListParserActionsRequest.SortBy sortBy)The attribute used to sort the returned parser actions
-