Interface TransferData.Builder

    • Method Detail

      • transferMessage

        TransferData.Builder transferMessage​(String transferMessage)

        The transfer message.

        Parameters:
        transferMessage - The transfer message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rejectReason

        TransferData.Builder rejectReason​(String rejectReason)

        The reason why the transfer was rejected.

        Parameters:
        rejectReason - The reason why the transfer was rejected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transferDate

        TransferData.Builder transferDate​(Instant transferDate)

        The date the transfer took place.

        Parameters:
        transferDate - The date the transfer took place.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • acceptDate

        TransferData.Builder acceptDate​(Instant acceptDate)

        The date the transfer was accepted.

        Parameters:
        acceptDate - The date the transfer was accepted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • rejectDate

        TransferData.Builder rejectDate​(Instant rejectDate)

        The date the transfer was rejected.

        Parameters:
        rejectDate - The date the transfer was rejected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.