Class CreateExchangeRequest

  • All Implemented Interfaces:

    
    public final class CreateExchangeRequest
    
                        

    Data class used to type request body to create exchange via TbdexHttpServer.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Rfq rfq
      private final String replyTo
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Rfq getRfq() Rfq tbdex message received.
      final String getReplyTo() Optional URL to be included in the request to create exchange.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CreateExchangeRequest

        CreateExchangeRequest(Rfq rfq, String replyTo)
    • Method Detail

      • getRfq

         final Rfq getRfq()

        Rfq tbdex message received.

      • getReplyTo

         final String getReplyTo()

        Optional URL to be included in the request to create exchange.