Class CreatedInvitations


  • public class CreatedInvitations
    extends Object
    Created invitations
    • Method Detail

      • getInvitationUris

        public List<String> getInvitationUris()
        List of successful invitations
        Returns:
        list of URIs (never null)
      • getDomainMismatchEmails

        public List<String> getDomainMismatchEmails()
        List of emails which can't be invited to the project because their users belongs to a different domain
        Returns:
        list of emails (never null)
      • getAlreadyInProjectEmails

        public List<String> getAlreadyInProjectEmails()
        List of emails which can't be invited to the project because they are already members of the project
        Returns:
        list of emails (never null)