Class SendMessageResponseBuilder
- java.lang.Object
-
- de.xima.fc.form_record.api.message.SendMessageResponseBuilder
-
public final class SendMessageResponseBuilder extends Object
Builder forISendMessageResponse
.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
ISendMessageResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SendMessageResponseBuilder
addPluginResponses(String key, ISendMessagePluginResponse pluginResponse)
ISendMessageResponse
build()
SendMessageResponseBuilder
chatUuid(UUID chatUuid)
static SendMessageResponseBuilder
create()
SendMessageResponseBuilder
messageUuid(UUID messageUuid)
SendMessageResponseBuilder
pluginResponses(Map<String,ISendMessagePluginResponse> pluginResponses)
-
-
-
Method Detail
-
addPluginResponses
public SendMessageResponseBuilder addPluginResponses(String key, ISendMessagePluginResponse pluginResponse)
-
build
public ISendMessageResponse build()
-
chatUuid
public SendMessageResponseBuilder chatUuid(UUID chatUuid)
-
messageUuid
public SendMessageResponseBuilder messageUuid(UUID messageUuid)
-
pluginResponses
public SendMessageResponseBuilder pluginResponses(Map<String,ISendMessagePluginResponse> pluginResponses)
-
create
public static SendMessageResponseBuilder create()
-
-