Uses of Class
com.riadalabs.jira.plugins.insight.services.model.ImmutableAttachmentBean
Packages that use ImmutableAttachmentBean
-
Uses of ImmutableAttachmentBean in com.riadalabs.jira.plugins.insight.services.model
Methods in com.riadalabs.jira.plugins.insight.services.model that return ImmutableAttachmentBeanModifier and TypeMethodDescriptionImmutableAttachmentBean.Builder.build()
Builds a newImmutableAttachmentBean
.static ImmutableAttachmentBean
ImmutableAttachmentBean.copyOf
(AttachmentBean instance) Creates an immutable copy of aAttachmentBean
value.final ImmutableAttachmentBean
ImmutableAttachmentBean.withAuthor
(String value) Copy the current immutable object by setting a value for theauthor
attribute.final ImmutableAttachmentBean
ImmutableAttachmentBean.withComment
(String value) Copy the current immutable object by setting a value for thecomment
attribute.final ImmutableAttachmentBean
ImmutableAttachmentBean.withCreated
(Date value) Copy the current immutable object by setting a value for thecreated
attribute.final ImmutableAttachmentBean
ImmutableAttachmentBean.withFilename
(String value) Copy the current immutable object by setting a value for thefilename
attribute.final ImmutableAttachmentBean
ImmutableAttachmentBean.withFileSize
(Long value) Copy the current immutable object by setting a value for thefileSize
attribute.final ImmutableAttachmentBean
Copy the current immutable object by setting a value for theid
attribute.final ImmutableAttachmentBean
ImmutableAttachmentBean.withMimeType
(String value) Copy the current immutable object by setting a value for themimeType
attribute.final ImmutableAttachmentBean
ImmutableAttachmentBean.withNameInFileSystem
(String value) Copy the current immutable object by setting a value for thenameInFileSystem
attribute.final ImmutableAttachmentBean
ImmutableAttachmentBean.withObjectId
(Integer value) Copy the current immutable object by setting a value for theobjectId
attribute.