@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01: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 |
favourite(Boolean favourite) |
Boolean |
getArchived()
Whether the project is archived.
|
User |
getArchivedBy()
The user who archived the project.
|
OffsetDateTime |
getArchivedDate()
The date when the project was archived.
|
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.
|
Boolean |
getDeleted()
Whether the project is marked as deleted.
|
User |
getDeletedBy()
The user who marked the project as deleted.
|
OffsetDateTime |
getDeletedDate()
The date when the project was marked as deleted.
|
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.
|
Boolean |
getFavourite()
Whether the project is selected as a favorite.
|
String |
getId()
The ID of the project.
|
ProjectInsight |
getInsight()
Insights about the project.
|
Boolean |
getIsPrivate()
Whether the project is private.
|
Hierarchy |
getIssueTypeHierarchy()
The issue type hierarchy for the project
|
List<IssueTypeDetails> |
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
|
OffsetDateTime |
getRetentionTillDate()
The date when the project is deleted permanently.
|
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()
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 |
setFavourite(Boolean favourite) |
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<IssueTypeDetails> 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 getFavourite()
public void setFavourite(Boolean favourite)
public Boolean getIsPrivate()
public Hierarchy getIssueTypeHierarchy()
public ProjectPermissions getPermissions()
public Map<String,Object> getProperties()
public UUID getUuid()
public ProjectInsight getInsight()
public Boolean getDeleted()
public OffsetDateTime getRetentionTillDate()
public OffsetDateTime getDeletedDate()
public User getDeletedBy()
public Boolean getArchived()
public OffsetDateTime getArchivedDate()
public User getArchivedBy()
Copyright © 2011–2021 Everit Kft.. All rights reserved.