EntityViewSearchQueryFilter class

Inheritance

Constructors

EntityViewSearchQueryFilter({required List<String> entityViewTypes, required EntityId rootEntity, String? relationType, EntitySearchDirection direction = EntitySearchDirection.FROM, int maxLevel = 1, bool fetchLastLevelOnly = false})

Properties

direction EntitySearchDirection
getter/setter pairinherited
entityViewTypes List<String>
getter/setter pair
fetchLastLevelOnly bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
maxLevel int
getter/setter pairinherited
relationType String?
getter/setter pairinherited
rootEntity EntityId
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

entitySearchQueryFilterString([String? toStringBody]) String
inherited
getType() EntityFilterType
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited