package org.gcube.social_networking.socialnetworking.model.shared; public enum InviteOperationResult { SUCCESS, FAILED, //If I send an invite the same email in the same environment more than once ALREADY_INVITED; }