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