Package tbdex.sdk.httpclient.models
Class CreateExchangeRequest
-
- All Implemented Interfaces:
public final class CreateExchangeRequestData class used to type request body to create exchange via TbdexHttpServer.
-
-
Constructor Summary
Constructors Constructor Description CreateExchangeRequest(Rfq rfq, String replyTo)
-
Method Summary
Modifier and Type Method Description final RfqgetRfq()Rfq tbdex message received. final StringgetReplyTo()Optional URL to be included in the request to create exchange. -
-
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.
-
-
-
-