Interface Invite.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Invite.Builder,Invite>, SdkBuilder<Invite.Builder,Invite>, SdkPojo
Enclosing class:
Invite

public static interface Invite.Builder extends SdkPojo, CopyableBuilder<Invite.Builder,Invite>
  • Method Details

    • 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:
    • 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:
    • 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

      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: