Klasse ReorderIssuePriorities

java.lang.Object
io.github.primelib.jira4j.restv2.model.ReorderIssuePriorities

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

    • after

      protected String after
      The ID of the priority. Required if position isn't provided.
    • ids

      protected List<String> ids
      The list of issue IDs to be reordered. Cannot contain duplicates nor after ID.
    • position

      protected String position
      The position for issue priorities to be moved to. Required if after isn't provided.
  • Konstruktordetails

    • ReorderIssuePriorities

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

      @Internal public ReorderIssuePriorities(String after, List<String> ids, String position)
      Constructs a validated instance of ReorderIssuePriorities.

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

      Parameter:
      after - The ID of the priority. Required if position isn't provided.
      ids - The list of issue IDs to be reordered. Cannot contain duplicates nor after ID.
      position - The position for issue priorities to be moved to. Required if after isn't provided.
    • ReorderIssuePriorities

      protected ReorderIssuePriorities()
  • Methodendetails

    • builder

    • after

      public String after()
      The ID of the priority. Required if position isn't provided.
    • ids

      public List<String> ids()
      The list of issue IDs to be reordered. Cannot contain duplicates nor after ID.
    • position

      public String position()
      The position for issue priorities to be moved to. Required if after isn't provided.
    • after

      public ReorderIssuePriorities after(String after)
      The ID of the priority. Required if position isn't provided.
      Gibt zurück:
      this.
    • ids

      public ReorderIssuePriorities ids(List<String> ids)
      The list of issue IDs to be reordered. Cannot contain duplicates nor after ID.
      Gibt zurück:
      this.
    • position

      public ReorderIssuePriorities position(String position)
      The position for issue priorities to be moved to. Required if after isn't provided.
      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