Class GqlUserList

java.lang.Object
org.opencastproject.graphql.user.GqlUserList

public class GqlUserList extends Object
  • Field Details

  • Constructor Details

    • GqlUserList

      public GqlUserList(List<org.opencastproject.security.api.User> searchResult)
    • GqlUserList

      public GqlUserList(List<org.opencastproject.security.api.User> searchResult, Long totalCount, Long offset, Long limit)
  • Method Details