Class AdminWebService.UsersListResponse
java.lang.Object
ubic.gemma.rest.AdminWebService.UsersListResponse
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
FieldsModifier and TypeFieldDescriptionintTotal count of soft-deleted users (regardless of whether they're included in the list).intintUsers with a signup token outstanding AND not yet enabled (unverified).int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
total
public int total -
enabledCount
public int enabledCount -
pendingSignupCount
public int pendingSignupCountUsers with a signup token outstanding AND not yet enabled (unverified). -
deletedCount
public int deletedCountTotal count of soft-deleted users (regardless of whether they're included in the list). -
users
-
-
Constructor Details
-
UsersListResponse
public UsersListResponse()
-