Uses of Class
com.riadalabs.jira.plugins.insight.services.model.ImmutableLabelTemplateBean
Packages that use ImmutableLabelTemplateBean
-
Uses of ImmutableLabelTemplateBean in com.riadalabs.jira.plugins.insight.services.model
Methods in com.riadalabs.jira.plugins.insight.services.model that return ImmutableLabelTemplateBeanModifier and TypeMethodDescriptionImmutableLabelTemplateBean.Builder.build()
Builds a newImmutableLabelTemplateBean
.static ImmutableLabelTemplateBean
ImmutableLabelTemplateBean.copyOf
(LabelTemplateBean instance) Creates an immutable copy of aLabelTemplateBean
value.ImmutableLabelTemplateBean.withCreated
(Date value) Copy the current immutable object by setting a value for thecreated
attribute.ImmutableLabelTemplateBean.withDescription
(String value) Copy the current immutable object by setting a value for thedescription
attribute.ImmutableLabelTemplateBean.withDynamicHeight
(Boolean value) Copy the current immutable object by setting a value for thedynamicHeight
attribute.ImmutableLabelTemplateBean.withHeight
(Integer value) Copy the current immutable object by setting a value for theheight
attribute.Copy the current immutable object by setting a value for theid
attribute.ImmutableLabelTemplateBean.withIncludeBorder
(Boolean value) Copy the current immutable object by setting a value for theincludeBorder
attribute.Copy the current immutable object by setting a value for thename
attribute.ImmutableLabelTemplateBean.withObjectSchemaId
(Integer value) Copy the current immutable object by setting a value for theobjectSchemaId
attribute.ImmutableLabelTemplateBean.withTemplate
(String value) Copy the current immutable object by setting a value for thetemplate
attribute.ImmutableLabelTemplateBean.withUpdated
(Date value) Copy the current immutable object by setting a value for theupdated
attribute.Copy the current immutable object by setting a value for thewidth
attribute.