Class IssueUpdateInput
java.lang.Object
com.technia.dsx.threedspace.change.issue.IssueUpdateInput
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes
,com.technia.dsx.app.model.WithCEStamp
,com.technia.dsx.app.model.WithTitle
public class IssueUpdateInput
extends Object
implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithTitle, com.technia.dsx.app.model.WithAttributes
- Since:
- 2023-02-17
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdd()
void
addAdd
(IssueAddData addData) void
addRemove
(IssueRemoveData removeData) void
addReplace
(IssueReplaceData replaceData) getAdd()
Deprecated, for removal: This API element is subject to removal in a future version.getTitle()
void
setActualEndDate
(OffsetDateTime actualEndDate) void
setActualStartDate
(OffsetDateTime actualStartDate) void
setAdd
(List<IssueAddData> add) void
setCestamp
(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.void
setCEStamp
(String cestamp) void
setDescription
(String description) void
setEscalationRequired
(Boolean escalationRequired) void
setEstimatedEndDate
(LocalDate estimatedEndDate) void
setEstimatedStartDate
(long epochMillis) void
void
setEstimatedStartDate
(LocalDate estimatedStartDate) void
setPriority
(IssuePriority priority) void
setPriority
(String priority) void
setRemove
(List<IssueRemoveData> remove) void
setReplace
(List<IssueReplaceData> replace) void
setResolutionRecommendation
(String resolutionRecommendation) void
-
Constructor Details
-
IssueUpdateInput
public IssueUpdateInput()
-
-
Method Details
-
getCestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
setCestamp
Deprecated, for removal: This API element is subject to removal in a future version. -
getCEStamp
- Specified by:
getCEStamp
in interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
getDescription
-
setDescription
-
getTitle
- Specified by:
getTitle
in interfacecom.technia.dsx.app.model.WithTitle
-
setTitle
-
getPriority
-
setPriority
-
setPriority
-
getEstimatedStartDate
-
setEstimatedStartDate
-
setEstimatedStartDate
public void setEstimatedStartDate(long epochMillis) -
setEstimatedStartDate
-
getActualStartDate
-
setActualStartDate
-
getEstimatedEndDate
-
setEstimatedEndDate
-
getActualEndDate
-
setActualEndDate
-
getEscalationRequired
-
setEscalationRequired
-
getResolutionRecommendation
-
setResolutionRecommendation
-
getAttributes
- Specified by:
getAttributes
in interfacecom.technia.dsx.app.model.WithAttributes
-
getRemove
-
setRemove
-
addRemove
-
addRemove
-
getAdd
-
setAdd
-
addAdd
-
addAdd
-
getReplace
-
setReplace
-
addReplace
-
addReplace
-