Class UserDataResponse

java.lang.Object
com.gentics.contentnode.rest.model.response.GenericResponse
com.gentics.contentnode.rest.model.response.UserDataResponse
All Implemented Interfaces:
Serializable

public class UserDataResponse extends GenericResponse
Response for the request to fetch user data
See Also:
  • Constructor Details

    • UserDataResponse

      public UserDataResponse()
  • Method Details

    • getData

      public com.fasterxml.jackson.databind.JsonNode getData()
      User data in JSON format
      Returns:
      user data
    • setData

      public void setData(com.fasterxml.jackson.databind.JsonNode data)
      Set the user data
      Parameters:
      data - user data