Uses of Class
de.xima.fc.prompt.service.defaults.DefaultPromptTestConnectionParams.Builder
Packages that use DefaultPromptTestConnectionParams.Builder
Package
Description
Contains default implementations for various interfaces defined by the handler API.
-
Uses of DefaultPromptTestConnectionParams.Builder in de.xima.fc.prompt.service.defaults
Methods in de.xima.fc.prompt.service.defaults that return DefaultPromptTestConnectionParams.BuilderModifier and TypeMethodDescriptionDefaultPromptTestConnectionParams.builder()Creates a new builder forIPromptTestConnectionParams.DefaultPromptTestConnectionParams.Builder.connectionConfiguration(C connectionConfiguration) Sets the configuration of the connection.DefaultPromptTestConnectionParams.Builder.formRecordId(Long formRecordId) Sets the ID of the form record scope where the connection test was started, if any.DefaultPromptTestConnectionParams.Builder.formRecordSessionId(String formRecordSessionId) Sets the ID of the form record session scope where the connection test was started, if any.DefaultPromptTestConnectionParams.Builder.formVersionId(Long formVersionId) Sets the ID of the form version scope where the connection test was started, if any.Sets the locale for the connection test.Sets the ID of the project scope where the connection test was started, if any.DefaultPromptTestConnectionParams.promptTestConnectionParamsBuilder()Creates a new builder forIPromptTestConnectionParams.Sets the ID of the tenant scope where the connection test was started, if any.DefaultPromptTestConnectionParams.Builder.workflowVersionId(Long workflowVersionId) Sets the ID of the workflow version scope where the connection test was started, if any.