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