myRoles (Enum)
List of user roles
enum myRoles {
OWNER
CREW
PERSONAL_ASSISTANT
}
Values
myRoles.OWNER
Assigned as the owner of the aircraft
myRoles.CREW
Assigned as a crew member of the aircraft
myRoles.PERSONAL_ASSISTANT
Assigned as a personal assistant
Member Of
LoggedUser object