public interface AutoDistribution
Modifier and Type | Method and Description |
---|---|
com.stiltsoft.jira.attachcategory.facade.entity.config.AutoDistributionType |
getType() |
java.lang.String |
getValue() |
boolean |
isAutomated() |
void |
setAutomated(boolean automated) |
void |
setType(com.stiltsoft.jira.attachcategory.facade.entity.config.AutoDistributionType type) |
void |
setValue(java.lang.String value) |
com.stiltsoft.jira.attachcategory.facade.entity.config.AutoDistributionType getType()
void setType(com.stiltsoft.jira.attachcategory.facade.entity.config.AutoDistributionType type)
java.lang.String getValue()
void setValue(java.lang.String value)
boolean isAutomated()
void setAutomated(boolean automated)