Klasse ReorderIssueResolutionsRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.ReorderIssueResolutionsRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ReorderIssueResolutionsRequest
extends Object
ReorderIssueResolutionsRequest
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ReorderIssueResolutionsRequest
(String after, List<String> ids, String position) Constructs a validated instance ofReorderIssueResolutionsRequest
.Constructs a validated instance ofReorderIssueResolutionsRequest
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungafter()
The ID of the resolution.The ID of the resolution.builder()
protected boolean
boolean
int
hashCode()
ids()
The list of resolution IDs to be reordered.The list of resolution IDs to be reordered.position()
The position for issue resolutions to be moved to.The position for issue resolutions to be moved to.toString()
-
Felddetails
-
after
The ID of the resolution. Required ifposition
isn't provided. -
ids
The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID. -
position
The position for issue resolutions to be moved to. Required ifafter
isn't provided.
-
-
Konstruktordetails
-
ReorderIssueResolutionsRequest
Constructs a validated instance ofReorderIssueResolutionsRequest
.- Parameter:
spec
- the specification to process
-
ReorderIssueResolutionsRequest
Constructs a validated instance ofReorderIssueResolutionsRequest
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ReorderIssueResolutionsRequest(Consumer)
instead.- Parameter:
after
- The ID of the resolution. Required ifposition
isn't provided.ids
- The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.position
- The position for issue resolutions to be moved to. Required ifafter
isn't provided.
-
ReorderIssueResolutionsRequest
protected ReorderIssueResolutionsRequest()
-
-
Methodendetails
-
builder
-
after
The ID of the resolution. Required ifposition
isn't provided. -
ids
The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID. -
position
The position for issue resolutions to be moved to. Required ifafter
isn't provided. -
after
The ID of the resolution. Required ifposition
isn't provided.- Gibt zurück:
this
.
-
ids
The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.- Gibt zurück:
this
.
-
position
The position for issue resolutions to be moved to. Required ifafter
isn't provided.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-