Class ChangeRequestUpdateInput
java.lang.Object
com.technia.dsx.threedspace.change.request.ChangeRequestUpdateInput
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes
,com.technia.dsx.app.model.WithCEStamp
,com.technia.dsx.app.model.WithDescription
,com.technia.dsx.app.model.WithTitle
public class ChangeRequestUpdateInput
extends Object
implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithAttributes, com.technia.dsx.app.model.WithTitle, com.technia.dsx.app.model.WithDescription
Document me
- Since:
- 2023-02-20
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAdd
(ChangeRequestAddData addData) void
addRemove
(ChangeRequestRemoveData removeData) void
addReplace
(ChangeRequestReplaceData replaceData) getAdd()
Deprecated, for removal: This API element is subject to removal in a future version.getTitle()
void
setAdd
(List<ChangeRequestAddData> 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
setEstimatedCompletionDate
(long epocMillis) void
void
setEstimatedCompletionDate
(LocalDate estimatedCompletionDate) void
setEstimatedStartDate
(long epocMillis) void
void
setEstimatedStartDate
(LocalDate estimatedStartDate) void
setRemove
(List<ChangeRequestRemoveData> remove) void
setReplace
(List<ChangeRequestReplaceData> replace) void
setSeverity
(Severity severity) void
setSeverity
(String value) void
void
setXmlApplicability
(String xmlApplicability)
-
Constructor Details
-
ChangeRequestUpdateInput
public ChangeRequestUpdateInput()
-
-
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
- Specified by:
getDescription
in interfacecom.technia.dsx.app.model.WithDescription
-
setDescription
-
getTitle
- Specified by:
getTitle
in interfacecom.technia.dsx.app.model.WithTitle
-
setTitle
-
getSeverity
-
setSeverity
-
setSeverity
-
getEstimatedStartDate
-
setEstimatedStartDate
-
setEstimatedStartDate
public void setEstimatedStartDate(long epocMillis) -
setEstimatedStartDate
-
getEstimatedCompletionDate
-
setEstimatedCompletionDate
-
setEstimatedCompletionDate
public void setEstimatedCompletionDate(long epocMillis) -
setEstimatedCompletionDate
-
getXmlApplicability
-
setXmlApplicability
-
getAttributes
- Specified by:
getAttributes
in interfacecom.technia.dsx.app.model.WithAttributes
-
getRemove
-
setRemove
-
addRemove
-
getAdd
-
setAdd
-
addAdd
-
getReplace
-
setReplace
-
addReplace
-