All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class User extends BaseOpenProjectObject
Describes the user object of a work package.
Since:
1.0
Version:
$Id$
See Also:
  • Constructor Details

    • User

      public User(com.fasterxml.jackson.databind.JsonNode userJson)
      Create a User object from a JsonNode.
      Parameters:
      userJson - the JsonNode containing the user information.
    • User

      public User()
      Default constructor.