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 Details

    • PropertyRestrictionEntity

      public PropertyRestrictionEntity(PropertyEntity property, String matchMode, String value)
      Creates a new instance of RestPropertyRestriction.
      Parameters:
      property - property to restrict on
      matchMode - property match mode
      value - value to match against
  • Method Details

    • getProperty

      public PropertyEntity getProperty()
    • getMatchMode

      public String getMatchMode()
    • getValue

      public String getValue()