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 TypeMethodDescriptionvoidaddAdd(ChangeRequestAddData addData) voidaddRemove(ChangeRequestRemoveData removeData) voidaddReplace(ChangeRequestReplaceData replaceData) getAdd()Deprecated, for removal: This API element is subject to removal in a future version.getTitle()voidsetAdd(List<ChangeRequestAddData> add) voidsetCestamp(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.voidsetCEStamp(String cestamp) voidsetDescription(String description) voidsetEstimatedCompletionDate(long epocMillis) voidvoidsetEstimatedCompletionDate(LocalDate estimatedCompletionDate) voidsetEstimatedStartDate(long epocMillis) voidvoidsetEstimatedStartDate(LocalDate estimatedStartDate) voidsetRemove(List<ChangeRequestRemoveData> remove) voidsetReplace(List<ChangeRequestReplaceData> replace) voidsetSeverity(Severity severity) voidsetSeverity(String value) voidvoidsetXmlApplicability(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:
getCEStampin interfacecom.technia.dsx.app.model.WithCEStamp
-
setCEStamp
-
getDescription
- Specified by:
getDescriptionin interfacecom.technia.dsx.app.model.WithDescription
-
setDescription
-
getTitle
- Specified by:
getTitlein 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:
getAttributesin interfacecom.technia.dsx.app.model.WithAttributes
-
getRemove
-
setRemove
-
addRemove
-
getAdd
-
setAdd
-
addAdd
-
getReplace
-
setReplace
-
addReplace
-