Class CreatedInvitations


  • public class CreatedInvitations
    extends java.lang.Object
    Created invitations
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getAlreadyInProjectEmails()
      List of emails which can't be invited to the project because they are already members of the project
      java.util.List<java.lang.String> getDomainMismatchEmails()
      List of emails which can't be invited to the project because their users belongs to a different domain
      java.util.List<java.lang.String> getInvitationUris()
      List of successful invitations
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getInvitationUris

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

        public java.util.List<java.lang.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 java.util.List<java.lang.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)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object