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