@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:34.799+01:00[Europe/Prague]") public class Version extends Object
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
Version |
archived(Boolean archived) |
Version |
description(String description) |
boolean |
equals(Object o) |
Version |
expand(String expand) |
Boolean |
getArchived()
Indicates that the version is archived.
|
String |
getDescription()
The description of the version.
|
String |
getExpand()
Use [expand](em>#expansion) to include additional information about version in the response.
|
String |
getId()
The ID of the version.
|
VersionIssuesStatus |
getIssuesStatusForFixVersion()
If the expand option `issuesstatus` is used, returns the count of issues in this version for each of the status categories *to do*, *in progress*, *done*, and *unmapped*.
|
URI |
getMoveUnfixedIssuesTo()
The URL of the self link to the version to which all unfixed issues are moved when a version is released.
|
String |
getName()
The unique name of the version.
|
List<SimpleLink> |
getOperations()
If the expand option `operations` is used, returns the list of operations available for this version.
|
Boolean |
getOverdue()
Indicates that the version is overdue.
|
String |
getProject()
Deprecated.
|
Long |
getProjectId()
The ID of the project to which this version is attached.
|
Boolean |
getReleased()
Indicates that the version is released.
|
LocalDate |
getReleaseDate()
The release date of the version.
|
URI |
getSelf()
The URL of the version.
|
LocalDate |
getStartDate()
The start date of the version.
|
String |
getUserReleaseDate()
The date on which work on this version is expected to finish, expressed in the instance's *Day/Month/Year Format* date format.
|
String |
getUserStartDate()
The date on which work on this version is expected to start, expressed in the instance's *Day/Month/Year Format* date format.
|
int |
hashCode() |
Version |
moveUnfixedIssuesTo(URI moveUnfixedIssuesTo) |
Version |
name(String name) |
Version |
project(String project) |
Version |
projectId(Long projectId) |
Version |
released(Boolean released) |
Version |
releaseDate(LocalDate releaseDate) |
void |
setArchived(Boolean archived) |
void |
setDescription(String description) |
void |
setExpand(String expand) |
void |
setMoveUnfixedIssuesTo(URI moveUnfixedIssuesTo) |
void |
setName(String name) |
void |
setProject(String project) |
void |
setProjectId(Long projectId) |
void |
setReleased(Boolean released) |
void |
setReleaseDate(LocalDate releaseDate) |
void |
setStartDate(LocalDate startDate) |
Version |
startDate(LocalDate startDate) |
String |
toString() |
public String getExpand()
public void setExpand(String expand)
public URI getSelf()
public String getId()
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public Boolean getArchived()
public void setArchived(Boolean archived)
public Boolean getReleased()
public void setReleased(Boolean released)
public LocalDate getStartDate()
public void setStartDate(LocalDate startDate)
public LocalDate getReleaseDate()
public void setReleaseDate(LocalDate releaseDate)
public Boolean getOverdue()
public String getUserStartDate()
public String getUserReleaseDate()
public String getProject()
public void setProject(String project)
public Long getProjectId()
public void setProjectId(Long projectId)
public URI getMoveUnfixedIssuesTo()
public void setMoveUnfixedIssuesTo(URI moveUnfixedIssuesTo)
public List<SimpleLink> getOperations()
public VersionIssuesStatus getIssuesStatusForFixVersion()
Copyright © 2011–2021 Everit Kft.. All rights reserved.