Package | Description |
---|---|
com.riadalabs.jira.plugins.insight.channel.external.api.facade.model |
Modifier and Type | Method and Description |
---|---|
CustomFieldConfigBean.ReferenceDirection |
CustomFieldConfigBean.getReferenceDirection() |
static CustomFieldConfigBean.ReferenceDirection |
CustomFieldConfigBean.ReferenceDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomFieldConfigBean.ReferenceDirection[] |
CustomFieldConfigBean.ReferenceDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
CustomFieldConfigBean(CustomFieldConfigBean.CustomFieldType type,
Integer id,
String filterScopeIql,
Long customFieldId,
Long customFieldConfigId,
boolean showOnServiceDeskCustomerDetails,
boolean showObjectPickerServiceDeskPortals,
List<String> attributeNamesForSearch,
List<String> attributeNamesToShow,
Integer objectSchemaId,
Integer objectTypeId,
boolean includeChildObjectTypes,
String filterIssueScopeIql,
String filterAssignScopeIql,
boolean filterAssignStrict,
CustomFieldConfigBean.FormType formType,
boolean multiple,
boolean addAllOption,
Integer restrictUserType,
Boolean showOnlyUserObjects,
Boolean showOnlyProjectObjects,
Long parentCustomFieldId,
CustomFieldConfigBean.ReferenceDirection referenceDirection) |
Copyright © 2024 Atlassian. All rights reserved.