Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model |
Modifier and Type | Method and Description |
---|---|
static ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.builder()
Creates a builder for
ImmutableAttachmentBean . |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.from(AttachmentBean instance)
Fill a builder with attribute values from the provided
AttachmentBean instance. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.setAuthor(String author)
Initializes the value for the
author attribute. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.setComment(String comment)
Initializes the value for the
comment attribute. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.setCreated(Date created)
Initializes the value for the
created attribute. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.setFilename(String filename)
Initializes the value for the
filename attribute. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.setFileSize(Long fileSize)
Initializes the value for the
fileSize attribute. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.setId(Integer id)
Initializes the value for the
id attribute. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.setMimeType(String mimeType)
Initializes the value for the
mimeType attribute. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.setNameInFileSystem(String nameInFileSystem)
Initializes the value for the
nameInFileSystem attribute. |
ImmutableAttachmentBean.Builder |
ImmutableAttachmentBean.Builder.setObjectId(Integer objectId)
Initializes the value for the
objectId attribute. |
Copyright © 2024 Atlassian. All rights reserved.