Enum in CamelCase
This commit is contained in:
@ -2,23 +2,20 @@ package ovh.herisson.Clyde.Tables;
|
||||
|
||||
public enum Applications {
|
||||
// without any token
|
||||
LOGIN,
|
||||
Login,
|
||||
|
||||
// with any token
|
||||
PROFILE,
|
||||
Profile,
|
||||
|
||||
|
||||
// Students and higher authorization
|
||||
MSG,
|
||||
FORUM,
|
||||
RDV,
|
||||
Msg,
|
||||
Forum,
|
||||
Rdv,
|
||||
|
||||
// teachers and Secretary authorization
|
||||
MANAGECOURSES,
|
||||
ManageCourses,
|
||||
|
||||
// InscriptionService authorization
|
||||
INSCRIPTION;
|
||||
|
||||
|
||||
|
||||
Inscription
|
||||
}
|
||||
|
Reference in New Issue
Block a user