Class ReorderIssueResolutionsRequest
java.lang.Object
io.github.primelib.jira4j.restv3.model.ReorderIssueResolutionsRequest
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ReorderIssueResolutionsRequest
extends Object
ReorderIssueResolutionsRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ReorderIssueResolutionsRequest
(String after, List<String> ids, String position) Constructs a validated instance ofReorderIssueResolutionsRequest
.Constructs a validated instance ofReorderIssueResolutionsRequest
. -
Method Summary
Modifier and TypeMethodDescriptionafter()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
ReorderIssueResolutionsRequest
Constructs a validated instance ofReorderIssueResolutionsRequest
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
ids
The list of resolution IDs to be reordered. Cannot contain duplicates nor after ID.- Returns:
this
.
-
position
The position for issue resolutions to be moved to. Required ifafter
isn't provided.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-