Package tbdex.sdk.rust
Interface ReplyToRequestBodyInterface
-
- All Implemented Interfaces:
public interface ReplyToRequestBodyInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classReplyToRequestBodyInterface.Companion
-
Method Summary
Modifier and Type Method Description abstract ReplyToRequestBodyDatagetData()abstract StringtoJsonString()-
-
Method Detail
-
getData
abstract ReplyToRequestBodyData getData()
-
toJsonString
abstract String toJsonString()
-
-
-
-