Class SendMessageResponseBuilder
java.lang.Object
de.xima.fc.form_record.api.message.SendMessageResponseBuilder
Builder for
ISendMessageResponse.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionaddPluginResponses(String key, ISendMessagePluginResponse pluginResponse) build()static SendMessageResponseBuildercreate()messageUuid(UUID messageUuid) pluginResponses(Map<String, ISendMessagePluginResponse> pluginResponses)
-
Method Details
-
addPluginResponses
public SendMessageResponseBuilder addPluginResponses(String key, ISendMessagePluginResponse pluginResponse) -
build
-
chatUuid
-
messageUuid
-
pluginResponses
public SendMessageResponseBuilder pluginResponses(Map<String, ISendMessagePluginResponse> pluginResponses) -
create
-