Class Resolution

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Resolution extends Object
Resolution
  • Field Details

    • description

      protected String description
      The description of the issue resolution.
    • id

      protected String id
      The ID of the issue resolution.
    • name

      protected String name
      The name of the issue resolution.
    • self

      protected URI self
      The URL of the issue resolution.
  • Constructor Details

    • Resolution

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

      @Internal public Resolution(String description, String id, String name, URI self)
      Constructs a validated instance of Resolution.

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

      Parameters:
      description - The description of the issue resolution.
      id - The ID of the issue resolution.
      name - The name of the issue resolution.
      self - The URL of the issue resolution.
    • Resolution

      protected Resolution()
  • Method Details

    • builder

      public static Resolution.ResolutionBuilder builder()
    • description

      public String description()
      The description of the issue resolution.
    • id

      public String id()
      The ID of the issue resolution.
    • name

      public String name()
      The name of the issue resolution.
    • self

      public URI self()
      The URL of the issue resolution.
    • description

      public Resolution description(String description)
      The description of the issue resolution.
      Returns:
      this.
    • id

      public Resolution id(String id)
      The ID of the issue resolution.
      Returns:
      this.
    • name

      public Resolution name(String name)
      The name of the issue resolution.
      Returns:
      this.
    • self

      public Resolution self(URI self)
      The URL of the issue resolution.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object