Class Epic

java.lang.Object
org.gitlab4j.api.models.Epic

public class Epic extends Object
  • Constructor Details

    • Epic

      public Epic()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getIid

      public Long getIid()
    • setIid

      public void setIid(Long iid)
    • getGroupId

      public Long getGroupId()
    • setGroupId

      public void setGroupId(Long groupId)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • withTitle

      public Epic withTitle(String title)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • withDescription

      public Epic withDescription(String description)
    • getAuthor

      public Author getAuthor()
    • setAuthor

      public void setAuthor(Author author)
    • withAuthor

      public Epic withAuthor(Author author)
    • getLabels

      public List<String> getLabels()
    • setLabels

      public void setLabels(List<String> labels)
    • withLabels

      public Epic withLabels(List<String> labels)
    • getStartDate

      public Date getStartDate()
    • setStartDate

      public void setStartDate(Date startDate)
    • withStartDate

      public Epic withStartDate(Date startDate)
    • getEndDate

      public Date getEndDate()
    • setEndDate

      public void setEndDate(Date endDate)
    • withEndDate

      public Epic withEndDate(Date endDate)
    • getCreatedAt

      public Date getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(Date createdAt)
    • getUpdatedAt

      public Date getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(Date updatedAt)
    • toString

      public String toString()
      Overrides:
      toString in class Object