Class SearchJoinedGroupsQueryParams

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getPageSize() Number of items per page.
      final Unit setPageSize(Integer pageSize) Number of items per page.
      final Boolean isAscending() Whether to sort in ascending order.
      final Unit setAscending(Boolean isAscending) Whether to sort in ascending order.
      final String getGroupName()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchJoinedGroupsQueryParams

        SearchJoinedGroupsQueryParams(String groupName)
        Parameters:
        groupName - group name search keyword, must not be null or empty, max length 64 characters
    • Method Detail

      • getPageSize

         final Integer getPageSize()

        Number of items per page. Defaults to 20, maximum 200

      • setPageSize

         final Unit setPageSize(Integer pageSize)

        Number of items per page. Defaults to 20, maximum 200

      • isAscending

         final Boolean isAscending()

        Whether to sort in ascending order. true: ascending; false: descending (default)

      • setAscending

         final Unit setAscending(Boolean isAscending)

        Whether to sort in ascending order. true: ascending; false: descending (default)