Class Inviter

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

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

    • Inviter

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

    • getName

      public String getName()
      Returns:
      the name of this Inviter.