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.Builder
AllowedServerFunction.builder()
Creates a new builder for creating aAllowedServerFunction
definition.@NotNull AllowedServerFunction.Builder
AllowedServerFunction.Builder.functionName
(@Nullable String functionName) Configures the name of a function to allow,null
for no restriction.@NotNull AllowedServerFunction.Builder
AllowedServerFunction.Builder.pluginName
(@Nullable String pluginName) Configures the plugin to allow functions from,null
for no restriction.@NotNull AllowedServerFunction.Builder
AllowedServerFunction.Builder.serverName
(@Nullable String serverName) Configures the server to allow functions from,null
for no restriction.