Uses of Class
org.openiam.provision.dto.common.UserSearchKeyEnum
-
Packages that use UserSearchKeyEnum Package Description org.openiam.provision.dto.common -
-
Uses of UserSearchKeyEnum in org.openiam.provision.dto.common
Methods in org.openiam.provision.dto.common that return UserSearchKeyEnum Modifier and Type Method Description UserSearchKeyEnum
UserSearchKey. getName()
static UserSearchKeyEnum
UserSearchKeyEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserSearchKeyEnum[]
UserSearchKeyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openiam.provision.dto.common with parameters of type UserSearchKeyEnum Modifier and Type Method Description void
UserSearchKey. setName(UserSearchKeyEnum name)
-