Class Invitee

java.lang.Object
com.auth0.json.mgmt.organizations.Invitee

public class Invitee extends Object
Represents the Invitee object for an Invitation.
See Also:
  • Constructor Details

    • Invitee

      public Invitee(String email)
      Create a new instance.
      Parameters:
      email - the email of the Invitee.
  • Method Details

    • getEmail

      public String getEmail()
      Returns:
      the email of this Invitee.