Interface ResourceFilter
- All Superinterfaces:
HasToRequest<UuidFilterRequest>,Serializable
Represents a filter for ResourceReference values.
Either 'in' or 'notIn' can be specified, but not both (minProperties = 1, maxProperties = 1).
-
Method Summary
Methods inherited from interface HasToRequest
toRequest
-
Method Details
-
getIn
List<ResourceReference> getIn()Returns the list of ResourceReferences to include.- Returns:
- the list of ResourceReferences to include, or null if not specified
-
getNotIn
List<ResourceReference> getNotIn()Returns the list of ResourceReferences to exclude.- Returns:
- the list of ResourceReferences to exclude, or null if not specified
-