@Scriptable public final class UserDeletedEvent extends OrgStructureChangedEvent implements Serializable
Constructor and Description |
---|
UserDeletedEvent(String p_strId,
int p_iDsClassId) |
Modifier and Type | Method and Description |
---|---|
int |
getDsClassId()
Get the user object's class identifier.
|
String |
getId()
Get the unique identifier of the deleted user.
|
@ConstructorProperties(value={"id","dsClassId"}) public UserDeletedEvent(String p_strId, int p_iDsClassId)
p_strId
- The unique identifier of the user that was deleted.p_iDsClassId
- The user object's class identifier.public String getId()
public int getDsClassId()