Class AdminWebService.UsersListResponse

java.lang.Object
ubic.gemma.rest.AdminWebService.UsersListResponse
Enclosing class:
AdminWebService

public static class AdminWebService.UsersListResponse extends Object
Author:
phase 3 admin-panel wiring
  • Field Details

    • total

      public int total
    • enabledCount

      public int enabledCount
    • pendingSignupCount

      public int pendingSignupCount
      Users with a signup token outstanding AND not yet enabled (unverified).
    • deletedCount

      public int deletedCount
      Total count of soft-deleted users (regardless of whether they're included in the list).
    • users

  • Constructor Details

    • UsersListResponse

      public UsersListResponse()