Interface CumulativeField
- All Superinterfaces:
Field
,FormulaField
Deprecated.
Cumulative field
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setFieldRestriction
(FieldRestriction restriction) Deprecated.Set Restriction options for viewing and editing values.Methods inherited from interface com.deiser.jira.profields.api.field.Field
getCustomFieldId, getDescription, getEditRoleId, getFieldActions, getFieldRestriction, getId, getName, getPQLToken, getType, getViewRoleId, hasCustomField, hasParent, isList, isMultiple, isPredefined, isSystem, setCustomField, setDescription, setName
Methods inherited from interface com.deiser.jira.profields.api.field.formula.FormulaField
getFieldId, getTemplate, setFieldId, setNobodyAsViewRole, setViewRole
-
Method Details
-
setFieldRestriction
Deprecated.Set Restriction options for viewing and editing values. Create FieldRestriction by FieldRestrictionBuilder- Specified by:
setFieldRestriction
in interfaceFormulaField
- Parameters:
restriction
- for the field
-