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