Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.06 KB

File metadata and controls

27 lines (15 loc) · 1.06 KB

FunctionMatchingFilters

Properties

Name Type Description Notes
binaryIds List<Integer> ID's of binaries to limit the search to, if empty, search all scoped binaries [optional]
collectionIds List<Integer> ID's of collections to limit the search to, if empty, search all scoped collections [optional]
functionIds List<Long> ID's of functions to limit the search to, if empty, search all scoped functions [optional]
userIds List<Integer> ID's of users to limit the search to, if empty, search all scoped users [optional]
debugTypes List<DebugTypesEnum> Limit the search to specific debug types, if empty, search all scoped debug & non-debug functions [optional]

Enum: List<DebugTypesEnum>

Name Value
USER "USER"
SYSTEM "SYSTEM"
EXTERNAL "EXTERNAL"