Sessions
NEWBIT
>
com.newbit.coffeechat.query.dto.response
>
Authority.java
Authority.java
package com.newbit.coffeechat.query.dto.response;
public enum Authority {
USER,
MENTOR,
ADMIN
}