Package com.gooddata.sdk.model.project
Class CreatedInvitations
- java.lang.Object
-
- com.gooddata.sdk.model.project.CreatedInvitations
-
public class CreatedInvitations extends java.lang.ObjectCreated 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 projectjava.util.List<java.lang.String>getDomainMismatchEmails()List of emails which can't be invited to the project because their users belongs to a different domainjava.util.List<java.lang.String>getInvitationUris()List of successful invitationsjava.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-