Sessions
chaekit
>
qwerty.chaekit.dto.group.request
>
GroupSortType.java
GroupSortType.java
package qwerty.chaekit.dto.group.request;
public enum GroupSortType {
MEMBER_COUNT,
CREATED_AT
}