package com.example.services; /** * Different file operations */ public enum FileOperation { CREATE, MODIFY, DELETE }