Uses of Class
io.imunity.furms.cidp.UserStatus
-
Packages that use UserStatus Package Description io.imunity.furms.cidp -
-
Uses of UserStatus in io.imunity.furms.cidp
Methods in io.imunity.furms.cidp that return UserStatus Modifier and Type Method Description UserStatus
UserStatusHolder. getStatus()
UserStatus
UserRecord. getUserStatus()
static UserStatus
UserStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserStatus[]
UserStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-