Class AddAttachmentOperationSpec.AddAttachmentOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.AddAttachmentOperationSpec.AddAttachmentOperationSpecBuilder
- Enclosing class:
- AddAttachmentOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue that attachments are added to.toString()
-
Method Details
-
issueIdOrKey
public AddAttachmentOperationSpec.AddAttachmentOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue that attachments are added to.- Returns:
this
.
-
build
-
toString
-