public static class FunctionMetaData.Arguments.Builder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
FunctionMetaData.Arguments.Builder |
add(java.lang.String name,
com.streamscape.sef.evtrigger.function.types.Type type,
java.lang.String description) |
FunctionMetaData.Arguments.Builder |
add(java.lang.String name,
com.streamscape.sef.evtrigger.function.types.Type type1,
com.streamscape.sef.evtrigger.function.types.Type type2,
java.lang.String description) |
FunctionMetaData.Arguments.Builder |
addOptional(java.lang.String name,
com.streamscape.sef.evtrigger.function.types.Type type,
java.lang.String description) |
FunctionMetaData.Arguments.Builder |
addOptional(java.lang.String name,
com.streamscape.sef.evtrigger.function.types.Type type1,
com.streamscape.sef.evtrigger.function.types.Type type2,
java.lang.String description) |
FunctionMetaData.Arguments.Builder |
addOptionalRepeatable(java.lang.String name,
com.streamscape.sef.evtrigger.function.types.Type type,
java.lang.String description) |
FunctionMetaData.Arguments |
build() |
public FunctionMetaData.Arguments.Builder add(java.lang.String name, com.streamscape.sef.evtrigger.function.types.Type type, java.lang.String description)
public FunctionMetaData.Arguments.Builder add(java.lang.String name, com.streamscape.sef.evtrigger.function.types.Type type1, com.streamscape.sef.evtrigger.function.types.Type type2, java.lang.String description)
public FunctionMetaData.Arguments.Builder addOptional(java.lang.String name, com.streamscape.sef.evtrigger.function.types.Type type, java.lang.String description)
public FunctionMetaData.Arguments.Builder addOptional(java.lang.String name, com.streamscape.sef.evtrigger.function.types.Type type1, com.streamscape.sef.evtrigger.function.types.Type type2, java.lang.String description)
public FunctionMetaData.Arguments.Builder addOptionalRepeatable(java.lang.String name, com.streamscape.sef.evtrigger.function.types.Type type, java.lang.String description)
public FunctionMetaData.Arguments build()
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.