Class ListUsersResponse

All Implemented Interfaces:
Jsonable

public class ListUsersResponse extends HalPageResponse
Paginated HAL response for UsersClient.listUsers(ListUsersRequest).
  • Constructor Details

  • Method Details

    • getUsers

      public List<BaseUser> getUsers()
      Retrieves the embedded resource contents.
      NOTE: The users returned from this method will only contain the name and ID, not the full record.
      Returns:
      The list of users, or null if absent.