Uses of Class
com.riadalabs.jira.plugins.insight.services.model.ImmutableLabelTemplateBean.Builder
Packages that use ImmutableLabelTemplateBean.Builder
-
Uses of ImmutableLabelTemplateBean.Builder in com.riadalabs.jira.plugins.insight.services.model
Methods in com.riadalabs.jira.plugins.insight.services.model that return ImmutableLabelTemplateBean.BuilderModifier and TypeMethodDescriptionImmutableLabelTemplateBean.builder()
Creates a builder forImmutableLabelTemplateBean
.ImmutableLabelTemplateBean.Builder.from
(LabelTemplateBean instance) Fill a builder with attribute values from the providedLabelTemplateBean
instance.ImmutableLabelTemplateBean.Builder.setCreated
(Date created) Initializes the value for thecreated
attribute.ImmutableLabelTemplateBean.Builder.setDescription
(String description) Initializes the value for thedescription
attribute.ImmutableLabelTemplateBean.Builder.setDynamicHeight
(Boolean dynamicHeight) Initializes the value for thedynamicHeight
attribute.Initializes the value for theheight
attribute.Initializes the value for theid
attribute.ImmutableLabelTemplateBean.Builder.setIncludeBorder
(Boolean includeBorder) Initializes the value for theincludeBorder
attribute.Initializes the value for thename
attribute.ImmutableLabelTemplateBean.Builder.setObjectSchemaId
(Integer objectSchemaId) Initializes the value for theobjectSchemaId
attribute.ImmutableLabelTemplateBean.Builder.setTemplate
(String template) Initializes the value for thetemplate
attribute.ImmutableLabelTemplateBean.Builder.setUpdated
(Date updated) Initializes the value for theupdated
attribute.Initializes the value for thewidth
attribute.