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