Interface Invite.Builder

    • Method Detail

      • inviteId

        Invite.Builder inviteId​(String inviteId)

        The invite ID.

        Parameters:
        inviteId - The invite ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        Invite.Builder status​(String status)

        The status of the invite.

        Parameters:
        status - The status of the invite.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InviteStatus, InviteStatus
      • status

        Invite.Builder status​(InviteStatus status)

        The status of the invite.

        Parameters:
        status - The status of the invite.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InviteStatus, InviteStatus
      • emailAddress

        Invite.Builder emailAddress​(String emailAddress)

        The email address to which the invite is sent.

        Parameters:
        emailAddress - The email address to which the invite is sent.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • emailStatus

        Invite.Builder emailStatus​(String emailStatus)

        The status of the invite email.

        Parameters:
        emailStatus - The status of the invite email.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EmailStatus, EmailStatus
      • emailStatus

        Invite.Builder emailStatus​(EmailStatus emailStatus)

        The status of the invite email.

        Parameters:
        emailStatus - The status of the invite email.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EmailStatus, EmailStatus