Package tbdex.sdk.http
Class UpdateExchangeRequestBody
-
- All Implemented Interfaces:
public final class UpdateExchangeRequestBody
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classUpdateExchangeRequestBody.Companion
-
Field Summary
Fields Modifier and Type Field Description private final WalletUpdateMessagemessagepublic final static UpdateExchangeRequestBody.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description UpdateExchangeRequestBody(WalletUpdateMessage message)
-
Method Summary
Modifier and Type Method Description final WalletUpdateMessagegetMessage()final StringtoJsonString()-
-
Constructor Detail
-
UpdateExchangeRequestBody
UpdateExchangeRequestBody(WalletUpdateMessage message)
-
-
Method Detail
-
getMessage
final WalletUpdateMessage getMessage()
-
toJsonString
final String toJsonString()
-
-
-
-