-
- All Implemented Interfaces:
public final class UserStatus.IdsUser Status id lists for vendor or purpose
list of disabled and enabled ids
-
-
Constructor Summary
Constructors Constructor Description UserStatus.Ids(Set<String> disabled, Set<String> enabled)
-
Method Summary
Modifier and Type Method Description final Set<String>getDisabled()List of disabled ids final Set<String>getEnabled()List of enabled ids -
-
Method Detail
-
getDisabled
final Set<String> getDisabled()
List of disabled ids
-
getEnabled
final Set<String> getEnabled()
List of enabled ids
-
-
-
-