Class SearchRestrictionEntity
java.lang.Object
com.atlassian.crowd.plugin.rest.entity.SearchRestrictionEntity
- Direct Known Subclasses:
BooleanRestrictionEntity
,NullRestrictionEntity
,PropertyRestrictionEntity
Search restriction entity classes should extend this abstract class.
SearchRestrictionEntity is an abstract class instead of an interface because JAXB doesn't play nice with interfaces.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SearchRestrictionEntity
public SearchRestrictionEntity()
-