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