Package com.gooddata.project
Class CreatedInvitations
- java.lang.Object
-
- com.gooddata.project.CreatedInvitations
-
public class CreatedInvitations extends Object
Created invitations
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getAlreadyInProjectEmails()List of emails which can't be invited to the project because they are already members of the projectList<String>getDomainMismatchEmails()List of emails which can't be invited to the project because their users belongs to a different domainList<String>getInvitationUris()List of successful invitationsStringtoString()
-
-
-
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)
-
-