public interface PropertyRestriction<T> extends SearchRestriction
Modifier and Type | Method and Description |
---|---|
MatchMode |
getMatchMode()
Returns the mode to match a property.
|
Property<T> |
getProperty()
Returns the property to match on.
|
T |
getValue()
Returns the value to match against the property.
|
Property<T> getProperty()
MatchMode getMatchMode()
T getValue()
Copyright © 2021 Atlassian. All rights reserved.