Klasse VersionRelatedWork

java.lang.Object
io.github.primelib.jira4j.restv3.model.VersionRelatedWork

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class VersionRelatedWork extends Object
VersionRelatedWork
  • Felddetails

    • category

      protected String category
      The category of the related work
    • issueId

      protected Long issueId
      The title of the related work
    • relatedWorkId

      protected String relatedWorkId
      The id of the related work. For the native release note related work item, this will be null, and Rest API does not support updating it.
    • title

      protected String title
      The title of the related work
    • url

      protected URI url
      The URL of the related work
  • Konstruktordetails

    • VersionRelatedWork

      public VersionRelatedWork(Consumer<VersionRelatedWork> spec)
      Constructs a validated instance of VersionRelatedWork.
      Parameter:
      spec - the specification to process
    • VersionRelatedWork

      @Internal public VersionRelatedWork(String category, Long issueId, String relatedWorkId, String title, URI url)
      Constructs a validated instance of VersionRelatedWork.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using VersionRelatedWork(Consumer) instead.

      Parameter:
      category - The category of the related work
      issueId - The title of the related work
      relatedWorkId - The id of the related work. For the native release note related work item, this will be null, and Rest API does not support updating it.
      title - The title of the related work
      url - The URL of the related work
    • VersionRelatedWork

      protected VersionRelatedWork()
  • Methodendetails

    • builder

    • category

      public String category()
      The category of the related work
    • issueId

      public Long issueId()
      The title of the related work
    • relatedWorkId

      public String relatedWorkId()
      The id of the related work. For the native release note related work item, this will be null, and Rest API does not support updating it.
    • title

      public String title()
      The title of the related work
    • url

      public URI url()
      The URL of the related work
    • category

      public VersionRelatedWork category(String category)
      The category of the related work
      Gibt zurück:
      this.
    • issueId

      public VersionRelatedWork issueId(Long issueId)
      The title of the related work
      Gibt zurück:
      this.
    • relatedWorkId

      public VersionRelatedWork relatedWorkId(String relatedWorkId)
      The id of the related work. For the native release note related work item, this will be null, and Rest API does not support updating it.
      Gibt zurück:
      this.
    • title

      public VersionRelatedWork title(String title)
      The title of the related work
      Gibt zurück:
      this.
    • url

      public VersionRelatedWork url(URI url)
      The URL of the related work
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object