Klasse ReorderIssuePriorities
java.lang.Object
io.github.primelib.jira4j.restv3.model.ReorderIssuePriorities
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ReorderIssuePriorities
extends Object
ReorderIssuePriorities
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedReorderIssuePriorities(String after, List<String> ids, String position) Constructs a validated instance ofReorderIssuePriorities.Constructs a validated instance ofReorderIssuePriorities. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungafter()The ID of the priority.The ID of the priority.builder()protected booleanbooleaninthashCode()ids()The list of issue IDs to be reordered.The list of issue IDs to be reordered.position()The position for issue priorities to be moved to.The position for issue priorities to be moved to.toString()
-
Felddetails
-
after
The ID of the priority. Required ifpositionisn'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 ifafterisn't provided.
-
-
Konstruktordetails
-
ReorderIssuePriorities
Constructs a validated instance ofReorderIssuePriorities.- Parameter:
spec- the specification to process
-
ReorderIssuePriorities
Constructs a validated instance ofReorderIssuePriorities.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 ifpositionisn'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 ifafterisn't provided.
-
ReorderIssuePriorities
protected ReorderIssuePriorities()
-
-
Methodendetails
-
builder
-
after
The ID of the priority. Required ifpositionisn'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 ifafterisn't provided. -
after
The ID of the priority. Required ifpositionisn't provided.- Gibt zurück:
this.
-
ids
The list of issue IDs to be reordered. Cannot contain duplicates nor after ID.- Gibt zurück:
this.
-
position
The position for issue priorities to be moved to. Required ifafterisn't provided.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-