java.lang.Object
com.riadalabs.jira.plugins.insight.channel.external.api.facade.model.CustomFieldConfigBean

@PublicApi public class CustomFieldConfigBean extends Object
  • Constructor Details

  • Method Details

    • getType

    • getId

      public Integer getId()
    • getFilterScopeIql

      public String getFilterScopeIql()
    • getCustomFieldId

      public Long getCustomFieldId()
    • getCustomFieldConfigId

      public Long getCustomFieldConfigId()
    • isShowOnServiceDeskCustomerDetails

      public boolean isShowOnServiceDeskCustomerDetails()
    • isShowObjectPickerServiceDeskPortals

      public boolean isShowObjectPickerServiceDeskPortals()
    • getAttributeNamesForSearch

      public List<String> getAttributeNamesForSearch()
    • getAttributeNamesToShow

      public List<String> getAttributeNamesToShow()
    • getObjectSchemaId

      @Nullable public Integer getObjectSchemaId()
    • getObjectTypeId

      @Nullable public Integer getObjectTypeId()
    • isIncludeChildObjectTypes

      public boolean isIncludeChildObjectTypes()
    • getFilterIssueScopeIql

      public String getFilterIssueScopeIql()
    • getFilterAssignScopeIql

      public String getFilterAssignScopeIql()
    • isFilterAssignStrict

      public boolean isFilterAssignStrict()
    • getFormType

      @Nullable public CustomFieldConfigBean.FormType getFormType()
    • isMultiple

      public boolean isMultiple()
    • isAddAllOption

      public boolean isAddAllOption()
    • getRestrictUserType

      @Nullable public Integer getRestrictUserType()
    • isShowOnlyUserObjects

      public boolean isShowOnlyUserObjects()
    • isShowOnlyProjectObjects

      public boolean isShowOnlyProjectObjects()
    • getParentCustomFieldId

      @Nullable public Long getParentCustomFieldId()
    • getReferenceDirection

      @Nullable public CustomFieldConfigBean.ReferenceDirection getReferenceDirection()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object