Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model |
Modifier and Type | Method and Description |
---|---|
ImmutableAttachmentBean |
ImmutableAttachmentBean.Builder.build()
Builds a new
ImmutableAttachmentBean . |
static ImmutableAttachmentBean |
ImmutableAttachmentBean.copyOf(AttachmentBean instance)
Creates an immutable copy of a
AttachmentBean value. |
ImmutableAttachmentBean |
ImmutableAttachmentBean.withAuthor(String value)
Copy the current immutable object by setting a value for the
author attribute. |
ImmutableAttachmentBean |
ImmutableAttachmentBean.withComment(String value)
Copy the current immutable object by setting a value for the
comment attribute. |
ImmutableAttachmentBean |
ImmutableAttachmentBean.withCreated(Date value)
Copy the current immutable object by setting a value for the
created attribute. |
ImmutableAttachmentBean |
ImmutableAttachmentBean.withFilename(String value)
Copy the current immutable object by setting a value for the
filename attribute. |
ImmutableAttachmentBean |
ImmutableAttachmentBean.withFileSize(Long value)
Copy the current immutable object by setting a value for the
fileSize attribute. |
ImmutableAttachmentBean |
ImmutableAttachmentBean.withId(Integer value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableAttachmentBean |
ImmutableAttachmentBean.withMimeType(String value)
Copy the current immutable object by setting a value for the
mimeType attribute. |
ImmutableAttachmentBean |
ImmutableAttachmentBean.withNameInFileSystem(String value)
Copy the current immutable object by setting a value for the
nameInFileSystem attribute. |
ImmutableAttachmentBean |
ImmutableAttachmentBean.withObjectId(Integer value)
Copy the current immutable object by setting a value for the
objectId attribute. |
Copyright © 2024 Atlassian. All rights reserved.