Class GroupsWebService.GroupSummaryValueObject

java.lang.Object
ubic.gemma.rest.GroupsWebService.GroupSummaryValueObject
Enclosing class:
GroupsWebService

public static class GroupsWebService.GroupSummaryValueObject extends Object
Lightweight projection for list pages — only the fields the curation UI needs to render a row.
Author:
paul
  • Constructor Details

    • GroupSummaryValueObject

      public GroupSummaryValueObject(Long id, String name, @Nullable String description, int memberCount)
  • Method Details