Uses of Class
net.thevpc.naru.api.registry.NaruToolParameter
Packages that use NaruToolParameter
-
Uses of NaruToolParameter in net.thevpc.naru.api.model
Methods in net.thevpc.naru.api.model that return types with arguments of type NaruToolParameterConstructors in net.thevpc.naru.api.model with parameters of type NaruToolParameterModifierConstructorDescriptionNaruToolDefinitionFunction(String name, String description, NaruToolParameter... params) Constructor parameters in net.thevpc.naru.api.model with type arguments of type NaruToolParameterModifierConstructorDescriptionNaruToolDefinitionFunction(String name, String description, List<NaruToolParameter> params) -
Uses of NaruToolParameter in net.thevpc.naru.api.registry
Methods in net.thevpc.naru.api.registry that return NaruToolParameterModifier and TypeMethodDescriptionNaruToolParameter.Builder.build()NaruToolParameter.getItemType()Methods in net.thevpc.naru.api.registry that return types with arguments of type NaruToolParameterMethods in net.thevpc.naru.api.registry with parameters of type NaruToolParameterModifier and TypeMethodDescriptionstatic NaruToolParameter.BuilderNaruToolParameter.array(String name, String description, boolean required, NaruToolParameter itemType) NaruToolParameter.Builder.itemType(NaruToolParameter v) static NaruToolParameter.BuilderNaruToolParameter.object(String name, String description, boolean required, NaruToolParameter... properties) NaruToolParameter.Builder.properties(NaruToolParameter... v) Method parameters in net.thevpc.naru.api.registry with type arguments of type NaruToolParameterModifier and TypeMethodDescriptionNaruToolParameter.Builder.properties(List<NaruToolParameter> v)