Uses of Class
com.javahollic.jira.emh.api.LdapDetailsDTO.FULL_NAME_FORMAT
-
Packages that use LdapDetailsDTO.FULL_NAME_FORMAT Package Description com.javahollic.jira.emh.api -
-
Uses of LdapDetailsDTO.FULL_NAME_FORMAT in com.javahollic.jira.emh.api
Methods in com.javahollic.jira.emh.api that return LdapDetailsDTO.FULL_NAME_FORMAT Modifier and Type Method Description static LdapDetailsDTO.FULL_NAME_FORMAT
LdapDetailsDTO.FULL_NAME_FORMAT. valueOf(String name)
Returns the enum constant of this type with the specified name.static LdapDetailsDTO.FULL_NAME_FORMAT[]
LdapDetailsDTO.FULL_NAME_FORMAT. 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 LdapDetailsDTO.FULL_NAME_FORMAT Modifier and Type Method Description void
LdapDetailsDTO. setFullNameFormat(LdapDetailsDTO.FULL_NAME_FORMAT format)
-