MyMemberShipStatus.java

package qwerty.chaekit.dto.group.enums;

public enum MyMemberShipStatus {
    OWNED, PENDING, JOINED, NONE
}