Interface CALocationMatchType
- All Known Implementing Classes:
CALocationMatchType.CALocationExact, CALocationMatchType.CALocationsAll, CALocationMatchType.CALocationWithDescendants
public sealed interface CALocationMatchType
permits CALocationMatchType.CALocationExact, CALocationMatchType.CALocationWithDescendants, CALocationMatchType.CALocationsAll
The behaviour requested for matching items in locations.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordOnly list items within the exact given location.static final recordList items within all locations.static final recordList items within the given location and all descendants of the given location.