@PublicApi public class CustomFieldConfigBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomFieldConfigBean.CustomFieldType |
static class |
CustomFieldConfigBean.FormType |
static class |
CustomFieldConfigBean.ReferenceDirection |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getAttributeNamesForSearch() |
List<String> |
getAttributeNamesToShow() |
Long |
getCustomFieldConfigId() |
Long |
getCustomFieldId() |
String |
getFilterAssignScopeIql() |
String |
getFilterIssueScopeIql() |
String |
getFilterScopeIql() |
CustomFieldConfigBean.FormType |
getFormType() |
Integer |
getId() |
Integer |
getObjectSchemaId() |
Integer |
getObjectTypeId() |
Long |
getParentCustomFieldId() |
CustomFieldConfigBean.ReferenceDirection |
getReferenceDirection() |
Integer |
getRestrictUserType() |
CustomFieldConfigBean.CustomFieldType |
getType() |
int |
hashCode() |
boolean |
isAddAllOption() |
boolean |
isFilterAssignStrict() |
boolean |
isIncludeChildObjectTypes() |
boolean |
isMultiple() |
boolean |
isShowObjectPickerServiceDeskPortals() |
boolean |
isShowOnlyProjectObjects() |
boolean |
isShowOnlyUserObjects() |
boolean |
isShowOnServiceDeskCustomerDetails() |
String |
toString() |
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)
public CustomFieldConfigBean.CustomFieldType getType()
public Integer getId()
public String getFilterScopeIql()
public Long getCustomFieldId()
public Long getCustomFieldConfigId()
public boolean isShowOnServiceDeskCustomerDetails()
public boolean isShowObjectPickerServiceDeskPortals()
public boolean isIncludeChildObjectTypes()
public String getFilterIssueScopeIql()
public String getFilterAssignScopeIql()
public boolean isFilterAssignStrict()
@Nullable public CustomFieldConfigBean.FormType getFormType()
public boolean isMultiple()
public boolean isAddAllOption()
public boolean isShowOnlyUserObjects()
public boolean isShowOnlyProjectObjects()
@Nullable public CustomFieldConfigBean.ReferenceDirection getReferenceDirection()
Copyright © 2024 Atlassian. All rights reserved.