Uses of Interface
de.espirit.firstspirit.ai.dto.AllowedServerFunction.Builder
Packages that use AllowedServerFunction.Builder
-
Uses of AllowedServerFunction.Builder in de.espirit.firstspirit.ai.dto
Methods in de.espirit.firstspirit.ai.dto that return AllowedServerFunction.BuilderModifier and TypeMethodDescriptionstatic @NotNull AllowedServerFunction.BuilderAllowedServerFunction.builder()Creates a new builder for creating aAllowedServerFunctiondefinition.@NotNull AllowedServerFunction.BuilderAllowedServerFunction.Builder.functionName(@Nullable String functionName) Configures the name of a function to allow,nullfor no restriction.@NotNull AllowedServerFunction.BuilderAllowedServerFunction.Builder.pluginName(@Nullable String pluginName) Configures the plugin to allow functions from,nullfor no restriction.@NotNull AllowedServerFunction.BuilderAllowedServerFunction.Builder.serverName(@Nullable String serverName) Configures the server to allow functions from,nullfor no restriction.