Uses of Class
com.javahollic.jira.emh.api.export.beans.LDAPConfigItemBean
-
Packages that use LDAPConfigItemBean Package Description com.javahollic.jira.emh.api.export.beans -
-
Uses of LDAPConfigItemBean in com.javahollic.jira.emh.api.export.beans
Methods in com.javahollic.jira.emh.api.export.beans that return types with arguments of type LDAPConfigItemBean Modifier and Type Method Description List<LDAPConfigItemBean>LDAPConfigListBean. getItems()List<LDAPConfigItemBean>ConfigurationBean. getLdapConfigs()Method parameters in com.javahollic.jira.emh.api.export.beans with type arguments of type LDAPConfigItemBean Modifier and Type Method Description voidLDAPConfigListBean. setItems(List<LDAPConfigItemBean> items)voidConfigurationBean. setLdapConfigs(List<LDAPConfigItemBean> ldapConfigList)
-