Uses of Class
com.javahollic.jira.emh.api.IJEMHUser.JemhUserNameFormat
-
Packages that use IJEMHUser.JemhUserNameFormat Package Description com.javahollic.jira.emh.api -
-
Uses of IJEMHUser.JemhUserNameFormat in com.javahollic.jira.emh.api
Methods in com.javahollic.jira.emh.api that return IJEMHUser.JemhUserNameFormat Modifier and Type Method Description IJEMHUser.JemhUserNameFormat
IJEMHUser. getFullNameFormat()
IJEMHUser.JemhUserNameFormat
LDAPUser. getFullNameFormat()
static IJEMHUser.JemhUserNameFormat
IJEMHUser.JemhUserNameFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static IJEMHUser.JemhUserNameFormat[]
IJEMHUser.JemhUserNameFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.javahollic.jira.emh.api with parameters of type IJEMHUser.JemhUserNameFormat Modifier and Type Method Description void
IJEMHUser. setFullNameFormat(IJEMHUser.JemhUserNameFormat fullNameFormat)
void
LDAPUser. setFullNameFormat(IJEMHUser.JemhUserNameFormat fullNameFormat)
-