public class PropertyRestrictionEntity extends SearchRestrictionEntity
Constructor and Description |
---|
PropertyRestrictionEntity(PropertyEntity property,
String matchMode,
String value)
Creates a new instance of RestPropertyRestriction.
|
Modifier and Type | Method and Description |
---|---|
String |
getMatchMode() |
PropertyEntity |
getProperty() |
String |
getValue() |
public PropertyRestrictionEntity(PropertyEntity property, String matchMode, String value)
property
- property to restrict onmatchMode
- property match modevalue
- value to match againstpublic PropertyEntity getProperty()
public String getMatchMode()
public String getValue()
Copyright © 2003–2016 Atlassian. All rights reserved.