public class ProjectInputBean extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ProjectInputBean.Builder |
Modifier and Type | Field and Description |
---|---|
static ProjectInputBean |
CREATE_EXAMPLE |
Constructor and Description |
---|
ProjectInputBean() |
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) |
Modifier and Type | Method and Description |
---|---|
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() |
public static final ProjectInputBean CREATE_EXAMPLE
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 String getKey()
public String getName()
public String getProjectTypeKey()
public String getProjectTemplateKey()
public String getDescription()
public String getLead()
public String getUrl()
public ProjectBean.AssigneeType getAssigneeType()
public Long getAssigneeTypeOrNull()
public Long getAvatarId()
public Long getIssueSecurityScheme()
public Long getPermissionScheme()
public Long getNotificationScheme()
public Long getCategoryId()
public static ProjectInputBean.Builder builder()
Copyright © 2002-2015 Atlassian. All Rights Reserved.