public class

ProjectInputBean

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v2.issue.project.ProjectInputBean

Summary

Nested Classes
class ProjectInputBean.Builder  
Fields
public static final ProjectInputBean CREATE_EXAMPLE
Public Constructors
ProjectInputBean(String key, String name, String projectTypeKey, String projectTemplateKey, String description, String lead, String url, ProjectBean.AssigneeType assigneeType, Long avatarId, Long issueSecurityScheme, Long permissionScheme, Long notificationScheme, Long categoryId)
ProjectInputBean()
Public Methods
static ProjectInputBean.Builder builder()
ProjectBean.AssigneeType getAssigneeType()
Long getAssigneeTypeOrNull()
Long getAvatarId()
Long getCategoryId()
String getDescription()
Long getIssueSecurityScheme()
String getKey()
String getLead()
String getName()
Long getNotificationScheme()
Long getPermissionScheme()
String getProjectTemplateKey()
String getProjectTypeKey()
String getUrl()
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final ProjectInputBean CREATE_EXAMPLE

Public Constructors

public ProjectInputBean (String key, String name, String projectTypeKey, String projectTemplateKey, String description, String lead, String url, ProjectBean.AssigneeType assigneeType, Long avatarId, Long issueSecurityScheme, Long permissionScheme, Long notificationScheme, Long categoryId)

public ProjectInputBean ()

Public Methods

public static ProjectInputBean.Builder builder ()

public ProjectBean.AssigneeType getAssigneeType ()

public Long getAssigneeTypeOrNull ()

public Long getAvatarId ()

public Long getCategoryId ()

public String getDescription ()

public Long getIssueSecurityScheme ()

public String getKey ()

public String getLead ()

public String getName ()

public Long getNotificationScheme ()

public Long getPermissionScheme ()

public String getProjectTemplateKey ()

public String getProjectTypeKey ()

public String getUrl ()