Class IssueBasics
java.lang.Object
com.technia.dsx.threedspace.change.issue.IssueBasics
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes
,com.technia.dsx.app.model.WithCEStamp
- Direct Known Subclasses:
Issue
,IssueCreateResult
public class IssueBasics
extends Object
implements com.technia.dsx.app.model.WithCEStamp, com.technia.dsx.app.model.WithAttributes
- Since:
- 2023-02-16
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.getId()
getName()
getOwner()
getState()
getTitle()
getType()
void
setActualEndDate
(long epochMillis) void
setActualEndDate
(String iso) void
setActualEndDate
(OffsetDateTime actualEndDate) void
setActualStartDate
(long actualStartDate) void
setActualStartDate
(OffsetDateTime actualStartDate) void
setCestamp
(String cestamp) Deprecated, for removal: This API element is subject to removal in a future version.void
setCEStamp
(String cestamp) void
setCollabSpace
(String collabSpace) void
setDescription
(String description) void
setEscalationRequired
(Boolean escalationRequired) void
setEstimatedEndDate
(long epochMillis) void
void
setEstimatedEndDate
(LocalDate date) void
setEstimatedStartDate
(long epochMillis) void
void
setEstimatedStartDate
(LocalDate estimatedStartDate) void
void
void
setOrganization
(String organization) void
void
void
setPriority
(IssuePriority priority) void
setPriority
(String priority) void
setResolutionRecommendation
(String resolutionRecommendation) void
setState
(IssueStatus state) void
void
void
void
setWithApproval
(Boolean withApproval) toString()
-
Constructor Details
-
IssueBasics
public IssueBasics()
-
-
Method Details
-
getId
-
setId
-
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
-
getPolicy
-
setPolicy
-
getType
-
setType
-
getDescription
-
setDescription
-
getTitle
-
setTitle
-
getName
-
setName
-
getState
-
setState
-
setState
-
getOwner
-
setOwner
-
getOrganization
-
setOrganization
-
getCollabSpace
-
setCollabSpace
-
getPriority
-
setPriority
-
setPriority
-
getEstimatedStartDate
-
setEstimatedStartDate
-
setEstimatedStartDate
public void setEstimatedStartDate(long epochMillis) -
setEstimatedStartDate
-
getActualStartDate
-
setActualStartDate
-
setActualStartDate
public void setActualStartDate(long actualStartDate) -
getEstimatedEndDate
-
setEstimatedEndDate
-
setEstimatedEndDate
public void setEstimatedEndDate(long epochMillis) -
setEstimatedEndDate
-
getActualEndDate
-
setActualEndDate
-
setActualEndDate
public void setActualEndDate(long epochMillis) -
setActualEndDate
-
getWithApproval
-
setWithApproval
-
getEscalationRequired
-
setEscalationRequired
-
getResolutionRecommendation
-
setResolutionRecommendation
-
getAttributes
- Specified by:
getAttributes
in interfacecom.technia.dsx.app.model.WithAttributes
-
toString
-