Klasse 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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
AssignIssueOperationSpec
(String issueIdOrKey, User user) Constructs a validated instance ofAssignIssueOperationSpec
.Constructs a validated instance ofAssignIssueOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
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
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
AssignIssueOperationSpec
Constructs a validated instance ofAssignIssueOperationSpec
.- Parameter:
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.
- Parameter:
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()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
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.- Gibt zurück:
this
.
-
user
The request object with the user that the issue is assigned to.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-