Uses of Class
com.riadalabs.jira.plugins.insight.services.model.ImmutableAttachmentBean.Builder
Packages that use ImmutableAttachmentBean.Builder
-
Uses of ImmutableAttachmentBean.Builder in com.riadalabs.jira.plugins.insight.services.model
Methods in com.riadalabs.jira.plugins.insight.services.model that return ImmutableAttachmentBean.BuilderModifier and TypeMethodDescriptionImmutableAttachmentBean.builder()
Creates a builder forImmutableAttachmentBean
.ImmutableAttachmentBean.Builder.from
(AttachmentBean instance) Fill a builder with attribute values from the providedAttachmentBean
instance.Initializes the value for theauthor
attribute.ImmutableAttachmentBean.Builder.setComment
(String comment) Initializes the value for thecomment
attribute.ImmutableAttachmentBean.Builder.setCreated
(Date created) Initializes the value for thecreated
attribute.ImmutableAttachmentBean.Builder.setFilename
(String filename) Initializes the value for thefilename
attribute.ImmutableAttachmentBean.Builder.setFileSize
(Long fileSize) Initializes the value for thefileSize
attribute.Initializes the value for theid
attribute.ImmutableAttachmentBean.Builder.setMimeType
(String mimeType) Initializes the value for themimeType
attribute.ImmutableAttachmentBean.Builder.setNameInFileSystem
(String nameInFileSystem) Initializes the value for thenameInFileSystem
attribute.ImmutableAttachmentBean.Builder.setObjectId
(Integer objectId) Initializes the value for theobjectId
attribute.