public class BooleanRestrictionEntity extends SearchRestrictionEntity
Constructor and Description |
---|
BooleanRestrictionEntity(String booleanLogic,
Collection<SearchRestrictionEntity> restrictions)
Creates a new instance of BooleanRestrictionEntity.
|
Modifier and Type | Method and Description |
---|---|
String |
getBooleanLogic() |
Collection<SearchRestrictionEntity> |
getRestrictions() |
public BooleanRestrictionEntity(String booleanLogic, Collection<SearchRestrictionEntity> restrictions)
booleanLogic
- the boolean logic that applies to the restrictions
restrictions
- the list of restrictionspublic Collection<SearchRestrictionEntity> getRestrictions()
public String getBooleanLogic()
Copyright © 2003–2019 Atlassian. All rights reserved.