@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-09-05T12:17:30.184+02:00[Europe/Prague]") public class Project extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Project.AssigneeTypeEnum
The default assignee when creating issues for this project.
|
static class |
Project.ProjectTypeKeyEnum
The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.
|
static class |
Project.StyleEnum
The type of the project.
|
| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
Project |
email(String email) |
boolean |
equals(Object o) |
Project.AssigneeTypeEnum |
getAssigneeType()
The default assignee when creating issues for this project.
|
AvatarUrlsBean |
getAvatarUrls()
The URLs of the project's avatars.
|
List<Component> |
getComponents()
List of the components contained in the project.
|
String |
getDescription()
A brief description of the project.
|
String |
getEmail()
An email address associated with the project.
|
String |
getExpand()
Expand options that include additional project details in the response.
|
String |
getId()
The ID of the project.
|
Boolean |
getIsPrivate()
Indicates whether the project is private.
|
Hierarchy |
getIssueTypeHierarchy()
The issue type hierarchy for the project
|
List<IssueTypeBean> |
getIssueTypes()
List of the issue types available in the project.
|
String |
getKey()
The key of the project.
|
User |
getLead()
The username of the project lead.
|
String |
getName()
The name of the project.
|
ProjectPermissions |
getPermissions()
User permissions on the project
|
ProjectCategory |
getProjectCategory()
The category the project belongs to.
|
Project.ProjectTypeKeyEnum |
getProjectTypeKey()
The [project type](https://confluence.atlassian.com/x/GwiiLQ#Jiraapplicationsoverview-Productfeaturesandprojecttypes) of the project.
|
Map<String,Object> |
getProperties()
Map of project properties
|
Map<String,URI> |
getRoles()
The name and self URL for each role defined in the project.
|
URI |
getSelf()
The URL of the project details.
|
Boolean |
getSimplified()
Indicates whether the project is simplified.
|
Project.StyleEnum |
getStyle()
The type of the project.
|
String |
getUrl()
A link to information about this project, such as project documentation.
|
UUID |
getUuid()
unique ID for next-gen projects
|
List<Version> |
getVersions()
The versions defined in the project.
|
int |
hashCode() |
Project |
id(String id) |
void |
setEmail(String email) |
void |
setId(String id) |
String |
toString() |
public String getExpand()
public URI getSelf()
public String getId()
public void setId(String id)
public String getKey()
public String getDescription()
public User getLead()
public List<Component> getComponents()
public List<IssueTypeBean> getIssueTypes()
public String getUrl()
public String getEmail()
public void setEmail(String email)
public Project.AssigneeTypeEnum getAssigneeType()
public List<Version> getVersions()
public String getName()
public Map<String,URI> getRoles()
public AvatarUrlsBean getAvatarUrls()
public ProjectCategory getProjectCategory()
public Project.ProjectTypeKeyEnum getProjectTypeKey()
public Boolean getSimplified()
public Project.StyleEnum getStyle()
public Boolean getIsPrivate()
public Hierarchy getIssueTypeHierarchy()
public ProjectPermissions getPermissions()
public Map<String,Object> getProperties()
public UUID getUuid()
Copyright © 2011–2020 Everit Kft.. All rights reserved.