| Package | Description |
|---|---|
| com.riadalabs.jira.plugins.insight.services.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectTypeAttributeBean.Type |
ObjectTypeAttributeBean.Type.getInstance(Integer typeId) |
ObjectTypeAttributeBean.Type |
ObjectTypeAttributeBean.getType() |
static ObjectTypeAttributeBean.Type |
ObjectTypeAttributeBean.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectTypeAttributeBean.Type[] |
ObjectTypeAttributeBean.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectTypeAttributeBean |
ImmutableFactory.createObjectTypeAttribute(Integer id,
String name,
boolean label,
ObjectTypeAttributeBean.Type type,
String description,
ObjectTypeAttributeBean.DefaultType defaultType,
ReferenceTypeBean referenceTypeBean,
Integer referenceObjectTypeId,
String typeValue,
String additionalValue,
int position,
Date created,
Date updated,
Integer objectTypeId,
boolean hidden,
int minimumCardinality,
int maximumCardinality,
boolean removable,
ObjectTypeAttributeBean.SystemAttributeType systemAttributeType,
String suffix,
boolean includeChildObjectTypes,
boolean uniqueAttribute,
boolean summable,
boolean indexed,
String regexValidation,
String iql,
String options) |
void |
MutableObjectTypeAttributeBean.setType(ObjectTypeAttributeBean.Type type) |
| Constructor and Description |
|---|
MutableObjectTypeAttributeBean(String name,
ObjectTypeAttributeBean.Type type,
ObjectTypeAttributeBean.DefaultType defaultType) |
Copyright © 2022 Atlassian. All rights reserved.