Class IssueCreateInput

java.lang.Object
com.technia.dsx.threedspace.change.issue.IssueCreateInput

public class IssueCreateInput extends Object
Document me
Since:
2023-02-16
  • Constructor Details

    • IssueCreateInput

      public IssueCreateInput()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPriority

      public IssuePriority getPriority()
    • setPriority

      public void setPriority(IssuePriority priority)
    • setPriority

      public void setPriority(String priority)
    • getEstimatedStartDate

      public LocalDate getEstimatedStartDate()
    • setEstimatedStartDate

      public void setEstimatedStartDate(LocalDate estimatedStartDate)
    • setEstimatedStartDate

      public void setEstimatedStartDate(long epochMillis)
    • setEstimatedStartDate

      public void setEstimatedStartDate(String iso)
    • getEstimatedEndDate

      public LocalDate getEstimatedEndDate()
    • setEstimatedEndDate

      public void setEstimatedEndDate(LocalDate estimatedEndDate)
    • setEstimatedEndDate

      public void setEstimatedEndDate(long epochMillis)
    • setEstimatedEndDate

      public void setEstimatedEndDate(String iso)
    • getWithApproval

      public Boolean getWithApproval()
    • setWithApproval

      public void setWithApproval(Boolean withApproval)