@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class ProjectInputBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectInputBean.AssigneeTypeEnum
The default assignee when creating issues for this project.
|
static class |
ProjectInputBean.ProjectTemplateKeyEnum
A prebuilt configuration for a project.
|
static class |
ProjectInputBean.ProjectTypeKeyEnum
The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes), which dictates the application-specific feature set.
|
| Constructor and Description |
|---|
ProjectInputBean() |
| Modifier and Type | Method and Description |
|---|---|
ProjectInputBean |
assigneeType(ProjectInputBean.AssigneeTypeEnum assigneeType) |
ProjectInputBean |
avatarId(Long avatarId) |
ProjectInputBean |
categoryId(Long categoryId) |
ProjectInputBean |
description(String description) |
boolean |
equals(Object o) |
ProjectInputBean.AssigneeTypeEnum |
getAssigneeType()
The default assignee when creating issues for this project.
|
Long |
getAvatarId()
An integer value for the project's avatar.
|
Long |
getCategoryId()
The ID of the project's category.
|
String |
getDescription()
A brief description of the project.
|
Long |
getIssueSecurityScheme()
The ID of the issue security scheme for the project, which enables you to control who can and cannot view issues.
|
String |
getKey()
Project keys must be unique and start with an uppercase letter followed by one or more uppercase alphanumeric characters.
|
String |
getLead()
This parameter is deprecated because of privacy changes.
|
String |
getLeadAccountId()
The account ID of the project lead.
|
String |
getName()
The name of the project.
|
Long |
getNotificationScheme()
The ID of the notification scheme for the project.
|
Long |
getPermissionScheme()
The ID of the permission scheme for the project.
|
ProjectInputBean.ProjectTemplateKeyEnum |
getProjectTemplateKey()
A prebuilt configuration for a project.
|
ProjectInputBean.ProjectTypeKeyEnum |
getProjectTypeKey()
The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes), which dictates the application-specific feature set.
|
String |
getUrl()
A link to information about this project, such as project documentation
|
int |
hashCode() |
ProjectInputBean |
issueSecurityScheme(Long issueSecurityScheme) |
ProjectInputBean |
key(String key) |
ProjectInputBean |
lead(String lead) |
ProjectInputBean |
leadAccountId(String leadAccountId) |
ProjectInputBean |
name(String name) |
ProjectInputBean |
notificationScheme(Long notificationScheme) |
ProjectInputBean |
permissionScheme(Long permissionScheme) |
ProjectInputBean |
projectTemplateKey(ProjectInputBean.ProjectTemplateKeyEnum projectTemplateKey) |
ProjectInputBean |
projectTypeKey(ProjectInputBean.ProjectTypeKeyEnum projectTypeKey) |
void |
setAssigneeType(ProjectInputBean.AssigneeTypeEnum assigneeType) |
void |
setAvatarId(Long avatarId) |
void |
setCategoryId(Long categoryId) |
void |
setDescription(String description) |
void |
setIssueSecurityScheme(Long issueSecurityScheme) |
void |
setKey(String key) |
void |
setLead(String lead) |
void |
setLeadAccountId(String leadAccountId) |
void |
setName(String name) |
void |
setNotificationScheme(Long notificationScheme) |
void |
setPermissionScheme(Long permissionScheme) |
void |
setProjectTemplateKey(ProjectInputBean.ProjectTemplateKeyEnum projectTemplateKey) |
void |
setProjectTypeKey(ProjectInputBean.ProjectTypeKeyEnum projectTypeKey) |
void |
setUrl(String url) |
String |
toString() |
ProjectInputBean |
url(String url) |
public ProjectInputBean key(String key)
public String getKey()
public void setKey(String key)
public ProjectInputBean name(String name)
public String getName()
public void setName(String name)
public ProjectInputBean projectTypeKey(ProjectInputBean.ProjectTypeKeyEnum projectTypeKey)
public ProjectInputBean.ProjectTypeKeyEnum getProjectTypeKey()
public void setProjectTypeKey(ProjectInputBean.ProjectTypeKeyEnum projectTypeKey)
public ProjectInputBean projectTemplateKey(ProjectInputBean.ProjectTemplateKeyEnum projectTemplateKey)
public ProjectInputBean.ProjectTemplateKeyEnum getProjectTemplateKey()
public void setProjectTemplateKey(ProjectInputBean.ProjectTemplateKeyEnum projectTemplateKey)
public ProjectInputBean description(String description)
public String getDescription()
public void setDescription(String description)
public ProjectInputBean lead(String lead)
public String getLead()
public void setLead(String lead)
public ProjectInputBean leadAccountId(String leadAccountId)
public String getLeadAccountId()
public void setLeadAccountId(String leadAccountId)
public ProjectInputBean url(String url)
public String getUrl()
public void setUrl(String url)
public ProjectInputBean assigneeType(ProjectInputBean.AssigneeTypeEnum assigneeType)
public ProjectInputBean.AssigneeTypeEnum getAssigneeType()
public void setAssigneeType(ProjectInputBean.AssigneeTypeEnum assigneeType)
public ProjectInputBean avatarId(Long avatarId)
public Long getAvatarId()
public void setAvatarId(Long avatarId)
public ProjectInputBean issueSecurityScheme(Long issueSecurityScheme)
public Long getIssueSecurityScheme()
public void setIssueSecurityScheme(Long issueSecurityScheme)
public ProjectInputBean permissionScheme(Long permissionScheme)
public Long getPermissionScheme()
public void setPermissionScheme(Long permissionScheme)
public ProjectInputBean notificationScheme(Long notificationScheme)
public Long getNotificationScheme()
public void setNotificationScheme(Long notificationScheme)
public ProjectInputBean categoryId(Long categoryId)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
Copyright © 2011–2021 Everit Kft.. All rights reserved.