Interface Invitation.Builder

    • Method Detail

      • message

        Invitation.Builder message​(String message)

        A message accompanying the invitation.

        Parameters:
        message - A message accompanying the invitation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • payload

        Invitation.Builder payload​(Payload payload)
        Sets the value of the Payload property for this object.
        Parameters:
        payload - The new value for the Payload property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • receiver

        Invitation.Builder receiver​(Receiver receiver)
        Sets the value of the Receiver property for this object.
        Parameters:
        receiver - The new value for the Receiver property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.