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