Uses of Class
com.oracle.bmc.functions.requests.ListFunctionsRequest.SortBy
-
Packages that use ListFunctionsRequest.SortBy Package Description com.oracle.bmc.functions.requests -
-
Uses of ListFunctionsRequest.SortBy in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return ListFunctionsRequest.SortBy Modifier and Type Method Description static ListFunctionsRequest.SortBy
ListFunctionsRequest.SortBy. create(String key)
ListFunctionsRequest.SortBy
ListFunctionsRequest. getSortBy()
Specifies the attribute with which to sort the rules.static ListFunctionsRequest.SortBy
ListFunctionsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListFunctionsRequest.SortBy[]
ListFunctionsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.functions.requests with parameters of type ListFunctionsRequest.SortBy Modifier and Type Method Description ListFunctionsRequest.Builder
ListFunctionsRequest.Builder. sortBy(ListFunctionsRequest.SortBy sortBy)
Specifies the attribute with which to sort the rules.
-