Client Request Body
interface ClientRequestBody
ClientRequestBody wraps the `requestData` parameter of the HTTP call that triggered a ClientStartableFlow.
A ClientStartableFlow receives an instance of this interface, which can be used to retrieve the request body.
See also
Functions
Link copied to clipboard
Gets the request body for the ClientStartableFlow.
Link copied to clipboard
@NotNull
Gets the request body and deserializes it into the given type, using a MarshallingService.
Link copied to clipboard
@NotNull
Gets the request body and deserializes it into a list of the given type, using a MarshallingService.
Link copied to clipboard
@NotNull
Gets the request body and deserializes it into a map of the given value type, using a MarshallingService.