public class CreatedInvitations extends Object
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAlreadyInProjectEmails()
List of emails which can't be invited to the project because they are already members of the project
|
List<String> |
getDomainMismatchEmails()
List of emails which can't be invited to the project because their users belongs to a different domain
|
List<String> |
getInvitationUris()
List of successful invitations
|
String |
toString() |
public List<String> getInvitationUris()
public List<String> getDomainMismatchEmails()
public List<String> getAlreadyInProjectEmails()
Copyright © 2017. All rights reserved.