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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ReorderIssuePriorities
(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 boolean
boolean
int
hashCode()
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 ifposition
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 ifafter
isn'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 ifposition
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 ifafter
isn't provided.
-
ReorderIssuePriorities
protected ReorderIssuePriorities()
-
-
Methodendetails
-
builder
-
after
The ID of the priority. Required ifposition
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 ifafter
isn't provided. -
after
The ID of the priority. Required ifposition
isn'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 ifafter
isn't provided.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-