Class DeleteViewCommand.Builder
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand.Builder<DeleteViewCommand.Builder>
-
- org.apache.unomi.graphql.commands.DeleteViewCommand.Builder
-
- Enclosing class:
- DeleteViewCommand
public static class DeleteViewCommand.Builder extends BaseCommand.Builder<DeleteViewCommand.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 DeleteViewCommand
build()
void
validate()
-
Methods inherited from class org.apache.unomi.graphql.commands.BaseCommand.Builder
setEnvironment
-
-
-
-
Constructor Detail
-
Builder
public Builder(String viewId)
-
-
Method Detail
-
validate
public void validate()
- Overrides:
validate
in classBaseCommand.Builder<DeleteViewCommand.Builder>
-
build
public DeleteViewCommand build()
-
-