public class IssueSecurityLevelPermission extends Object
An IssueSecurityLevelScheme holds a number of IssueSecurityLevels which in turn have zero or more IssueSecurityLevelPermissions (zero is technically possible but not useful).
Constructor and Description |
---|
IssueSecurityLevelPermission(Long id,
Long schemeId,
Long securityLevelId,
String type,
String parameter) |
Modifier and Type | Method and Description |
---|---|
Long |
getId() |
String |
getParameter() |
Long |
getSchemeId() |
Long |
getSecurityLevelId() |
String |
getType() |
Copyright © 2002-2017 Atlassian. All Rights Reserved.