Class AssignIssueOperationSpec
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AssignIssueOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AssignIssueOperationSpec
extends Object
AssignIssueSpec
Specification for the AssignIssue operation.
Assign issue
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic Boolean
allows to disable validation of the spec, use with care! -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AssignIssueOperationSpec
(String issueIdOrKey, User user) Constructs a validated instance ofAssignIssueOperationSpec
.Constructs a validated instance ofAssignIssueOperationSpec
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
The ID or key of the issue to be assigned.issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue to be assigned.toString()
@NotNull User
user()
The request object with the user that the issue is assigned to.The request object with the user that the issue is assigned to.void
validate()
Validates the Spec, will throw a exception if required parameters are missing
-
Field Details
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Constructor Details
-
AssignIssueOperationSpec
Constructs a validated instance ofAssignIssueOperationSpec
.- Parameters:
spec
- the specification to process
-
AssignIssueOperationSpec
Constructs a validated instance ofAssignIssueOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameters:
issueIdOrKey
- The ID or key of the issue to be assigned.user
- The request object with the user that the issue is assigned to.
-
AssignIssueOperationSpec
protected AssignIssueOperationSpec()
-
-
Method Details
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Throws:
NullPointerException
-
builder
-
issueIdOrKey
The ID or key of the issue to be assigned. -
user
The request object with the user that the issue is assigned to. -
issueIdOrKey
The ID or key of the issue to be assigned.- Returns:
this
.
-
user
The request object with the user that the issue is assigned to.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-