Class IssueCreateInput
java.lang.Object
com.technia.dsx.threedspace.change.issue.IssueCreateInput
Document me
- Since:
- 2023-02-16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getTitle()
getType()
void
setDescription
(String description) void
setEstimatedEndDate
(long epochMillis) void
void
setEstimatedEndDate
(LocalDate estimatedEndDate) void
setEstimatedStartDate
(long epochMillis) void
void
setEstimatedStartDate
(LocalDate estimatedStartDate) void
void
setPriority
(IssuePriority priority) void
setPriority
(String priority) void
void
void
setWithApproval
(Boolean withApproval)
-
Constructor Details
-
IssueCreateInput
public IssueCreateInput()
-
-
Method Details
-
getDescription
-
setDescription
-
getType
-
setType
-
getTitle
-
setTitle
-
getName
-
setName
-
getPriority
-
setPriority
-
setPriority
-
getEstimatedStartDate
-
setEstimatedStartDate
-
setEstimatedStartDate
public void setEstimatedStartDate(long epochMillis) -
setEstimatedStartDate
-
getEstimatedEndDate
-
setEstimatedEndDate
-
setEstimatedEndDate
public void setEstimatedEndDate(long epochMillis) -
setEstimatedEndDate
-
getWithApproval
-
setWithApproval
-