Uses of Enum Class
com.riadalabs.jira.plugins.insight.channel.external.api.facade.model.CustomFieldConfigBean.ReferenceDirection
Packages that use CustomFieldConfigBean.ReferenceDirection
-
Uses of CustomFieldConfigBean.ReferenceDirection in com.riadalabs.jira.plugins.insight.channel.external.api.facade.model
Methods in com.riadalabs.jira.plugins.insight.channel.external.api.facade.model that return CustomFieldConfigBean.ReferenceDirectionModifier and TypeMethodDescriptionCustomFieldConfigBean.getReferenceDirection()
Returns the enum constant of this class with the specified name.CustomFieldConfigBean.ReferenceDirection.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.riadalabs.jira.plugins.insight.channel.external.api.facade.model with parameters of type CustomFieldConfigBean.ReferenceDirectionModifierConstructorDescriptionCustomFieldConfigBean
(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)