Abstract method that should be implemented by subclasses to create the JSON body of the request based on the given query.
createJsonBody(query: string): RemoteRetrieverValues| Name | Type | Description |
|---|---|---|
query* | string | The query based on which the JSON body of the request is created. |