Class MoveIssueRequest
Object
MoveIssueRequest
- All Implemented Interfaces:
Serializable
The properties needed to move the issue.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MoveIssueRequest.Builderbuilder()protected booleanbooleanRequired. The id of the community where to move the issue to.Required. The id of the issue to be moved.inthashCode()voidsetCommunityId(UUID communityId) Required. The id of the community where to move the issue to.voidsetIssueId(UUID issueId) Required. The id of the issue to be moved.toString()
-
Constructor Details
-
MoveIssueRequest
public MoveIssueRequest()
-
-
Method Details
-
builder
-
getIssueId
Required. The id of the issue to be moved. -
getCommunityId
Required. The id of the community where to move the issue to. -
setIssueId
Required. The id of the issue to be moved. -
setCommunityId
Required. The id of the community where to move the issue to. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-