Class UserListResponse

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

public class UserListResponse extends GenericResponse
Response containing a list of users
See Also:
  • Constructor Details

    • UserListResponse

      public UserListResponse()
      Create an empty instance
    • UserListResponse

      public UserListResponse(Message message, ResponseInfo responseInfo)
      Create instance with message and responseinfo
      Parameters:
      message - message
      responseInfo - responseinfo
  • Method Details

    • getUsers

      public List<User> getUsers()
      Get the users
      Returns:
      users
    • setUsers

      public void setUsers(List<User> users)
      Set the users
      Parameters:
      users - users