Class CreateOrUpdateListCommand.Builder
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand.Builder<CreateOrUpdateListCommand.Builder>
-
- org.apache.unomi.graphql.commands.list.CreateOrUpdateListCommand.Builder
-
- Enclosing class:
- CreateOrUpdateListCommand
public static class CreateOrUpdateListCommand.Builder extends BaseCommand.Builder<CreateOrUpdateListCommand.Builder>
-
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand.Builder
environment
-
-
Constructor Summary
Constructors Constructor Description Builder(CDPListInput listInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateOrUpdateListCommand
build()
void
validate()
-
Methods inherited from class org.apache.unomi.graphql.commands.BaseCommand.Builder
setEnvironment
-
-
-
-
Constructor Detail
-
Builder
public Builder(CDPListInput listInput)
-
-
Method Detail
-
validate
public void validate()
- Overrides:
validate
in classBaseCommand.Builder<CreateOrUpdateListCommand.Builder>
-
build
public CreateOrUpdateListCommand build()
-
-