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()voidsetDescription(String description) voidsetEstimatedEndDate(long epochMillis) voidvoidsetEstimatedEndDate(LocalDate estimatedEndDate) voidsetEstimatedStartDate(long epochMillis) voidvoidsetEstimatedStartDate(LocalDate estimatedStartDate) voidvoidsetPriority(IssuePriority priority) voidsetPriority(String priority) voidvoidvoidsetWithApproval(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
-