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