Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.services.model |
Modifier and Type | Method and Description |
---|---|
static ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.builder()
Creates a builder for
ImmutableLabelTemplateBean . |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.from(LabelTemplateBean instance)
Fill a builder with attribute values from the provided
LabelTemplateBean instance. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setCreated(Date created)
Initializes the value for the
created attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setDescription(String description)
Initializes the value for the
description attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setDynamicHeight(Boolean dynamicHeight)
Initializes the value for the
dynamicHeight attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setHeight(Integer height)
Initializes the value for the
height attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setId(Integer id)
Initializes the value for the
id attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setIncludeBorder(Boolean includeBorder)
Initializes the value for the
includeBorder attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setName(String name)
Initializes the value for the
name attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setObjectSchemaId(Integer objectSchemaId)
Initializes the value for the
objectSchemaId attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setTemplate(String template)
Initializes the value for the
template attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setUpdated(Date updated)
Initializes the value for the
updated attribute. |
ImmutableLabelTemplateBean.Builder |
ImmutableLabelTemplateBean.Builder.setWidth(Integer width)
Initializes the value for the
width attribute. |
Copyright © 2024 Atlassian. All rights reserved.