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