Class UserListResponse

java.lang.Object
org.apache.gravitino.dto.responses.BaseResponse
org.apache.gravitino.dto.responses.UserListResponse
All Implemented Interfaces:
RESTMessage, RESTResponse

public class UserListResponse extends BaseResponse
Represents a response containing a list of users.
  • Constructor Details

    • UserListResponse

      public UserListResponse(UserDTO[] users)
      Constructor for UserListResponse.
      Parameters:
      users - The array of users.
    • UserListResponse

      public UserListResponse()
      This is the constructor that is used by Jackson deserializer to create an instance of UserListResponse.
  • Method Details