Class ReorderIssueResolutionsRequest
java.lang.Object
io.github.primelib.jira4j.restv2.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
ConstructorsModifierConstructorDescriptionprotectedReorderIssueResolutionsRequest(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 booleanbooleaninthashCode()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 ifpositionisn'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 ifafterisn'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 ifpositionisn'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 ifafterisn't provided.
-
ReorderIssueResolutionsRequest
protected ReorderIssueResolutionsRequest()
-
-
Method Details
-
builder
-
after
The ID of the resolution. Required ifpositionisn'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 ifafterisn't provided. -
after
The ID of the resolution. Required ifpositionisn'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 ifafterisn't provided.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-