Uses of Class
org.openiam.am.srvc.constants.UserFields
-
Packages that use UserFields Package Description org.openiam.am.srvc.constants -
-
Uses of UserFields in org.openiam.am.srvc.constants
Methods in org.openiam.am.srvc.constants that return UserFields Modifier and Type Method Description static UserFields
UserFields. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserFields[]
UserFields. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-