Uses of Class
com.oracle.bmc.datasafe.requests.ListFindingsChangeAuditLogsRequest.SortOrder
-
Packages that use ListFindingsChangeAuditLogsRequest.SortOrder Package Description com.oracle.bmc.datasafe.requests -
-
Uses of ListFindingsChangeAuditLogsRequest.SortOrder in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return ListFindingsChangeAuditLogsRequest.SortOrder Modifier and Type Method Description static ListFindingsChangeAuditLogsRequest.SortOrderListFindingsChangeAuditLogsRequest.SortOrder. create(String key)ListFindingsChangeAuditLogsRequest.SortOrderListFindingsChangeAuditLogsRequest. getSortOrder()The sort order to use, either ascending (ASC) or descending (DESC).static ListFindingsChangeAuditLogsRequest.SortOrderListFindingsChangeAuditLogsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListFindingsChangeAuditLogsRequest.SortOrder[]ListFindingsChangeAuditLogsRequest.SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.requests with parameters of type ListFindingsChangeAuditLogsRequest.SortOrder Modifier and Type Method Description ListFindingsChangeAuditLogsRequest.BuilderListFindingsChangeAuditLogsRequest.Builder. sortOrder(ListFindingsChangeAuditLogsRequest.SortOrder sortOrder)The sort order to use, either ascending (ASC) or descending (DESC).
-