public static class AttachmentKey.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AttachmentKey |
build() |
AttachmentKey.Builder |
withAttachmentFilename(String attachmentFilename) |
AttachmentKey.Builder |
withAttachmentId(Long attachmentId) |
AttachmentKey.Builder |
withIssueKey(String issueKey) |
AttachmentKey.Builder |
withProjectKey(String projectKey) |
public AttachmentKey.Builder withAttachmentId(Long attachmentId)
public AttachmentKey.Builder withAttachmentFilename(String attachmentFilename)
public AttachmentKey.Builder withIssueKey(String issueKey)
public AttachmentKey.Builder withProjectKey(String projectKey)
public AttachmentKey build()
Copyright © 2002-2024 Atlassian. All Rights Reserved.