Class CustomFieldConfigBean
java.lang.Object
com.riadalabs.jira.plugins.insight.channel.external.api.facade.model.CustomFieldConfigBean
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
static enum
static enum
-
Constructor Summary
ConstructorsConstructorDescriptionCustomFieldConfigBean
(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) -
Method Summary
-
Constructor Details
-
CustomFieldConfigBean
public 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)
-
-
Method Details
-
getType
-
getId
-
getFilterScopeIql
-
getCustomFieldId
-
getCustomFieldConfigId
-
isShowOnServiceDeskCustomerDetails
public boolean isShowOnServiceDeskCustomerDetails() -
isShowObjectPickerServiceDeskPortals
public boolean isShowObjectPickerServiceDeskPortals() -
getAttributeNamesForSearch
-
getAttributeNamesToShow
-
getObjectSchemaId
-
getObjectTypeId
-
isIncludeChildObjectTypes
public boolean isIncludeChildObjectTypes() -
getFilterIssueScopeIql
-
getFilterAssignScopeIql
-
isFilterAssignStrict
public boolean isFilterAssignStrict() -
getFormType
-
isMultiple
public boolean isMultiple() -
isAddAllOption
public boolean isAddAllOption() -
getRestrictUserType
-
isShowOnlyUserObjects
public boolean isShowOnlyUserObjects() -
isShowOnlyProjectObjects
public boolean isShowOnlyProjectObjects() -
getParentCustomFieldId
-
getReferenceDirection
-
equals
-
hashCode
public int hashCode() -
toString
-