Package com.gooddata.sdk.model.project
Class CreatedInvitations
java.lang.Object
com.gooddata.sdk.model.project.CreatedInvitations
Created invitations
-
Method Summary
Modifier and TypeMethodDescriptionList of emails which can't be invited to the project because they are already members of the projectList of emails which can't be invited to the project because their users belongs to a different domainList of successful invitationstoString()
-
Method Details
-
getInvitationUris
List of successful invitations- Returns:
- list of URIs (never null)
-
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
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
-