Class PropertyRestrictionEntity
- java.lang.Object
-
- com.atlassian.confluence.functest.rest.admin.crowd.SearchRestrictionEntity
-
- com.atlassian.confluence.functest.rest.admin.crowd.PropertyRestrictionEntity
-
public class PropertyRestrictionEntity extends SearchRestrictionEntity
Represents a property restriction entity.
-
-
Constructor Summary
Constructors Constructor Description PropertyRestrictionEntity(PropertyEntity property, String matchMode, String value)
Creates a new instance of RestPropertyRestriction.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMatchMode()
PropertyEntity
getProperty()
String
getValue()
-
-
-
Constructor Detail
-
PropertyRestrictionEntity
public PropertyRestrictionEntity(PropertyEntity property, String matchMode, String value)
Creates a new instance of RestPropertyRestriction.- Parameters:
property
- property to restrict onmatchMode
- property match modevalue
- value to match against
-
-
Method Detail
-
getProperty
public PropertyEntity getProperty()
-
getMatchMode
public String getMatchMode()
-
getValue
public String getValue()
-
-