Class CreatedInvitations

java.lang.Object
com.gooddata.sdk.model.project.CreatedInvitations

public class CreatedInvitations extends Object
Created invitations
  • Method Details

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object