Class BooleanRestrictionEntity
- java.lang.Object
-
- com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntity
-
- com.atlassian.confluence.functest.rest.admin.crowd.BooleanRestrictionEntity
-
public class BooleanRestrictionEntity extends SearchRestrictionEntity
Represents a boolean restriction entity.
-
-
Constructor Summary
Constructors Constructor Description BooleanRestrictionEntity(String booleanLogic, Collection<SearchRestrictionEntity> restrictions)
Creates a new instance of BooleanRestrictionEntity.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBooleanLogic()
Collection<SearchRestrictionEntity>
getRestrictions()
-
-
-
Constructor Detail
-
BooleanRestrictionEntity
public BooleanRestrictionEntity(String booleanLogic, Collection<SearchRestrictionEntity> restrictions)
Creates a new instance of BooleanRestrictionEntity.- Parameters:
booleanLogic
- the boolean logic that applies to therestrictions
restrictions
- the list of restrictions
-
-
Method Detail
-
getRestrictions
public Collection<SearchRestrictionEntity> getRestrictions()
-
getBooleanLogic
public String getBooleanLogic()
-
-