Class DeleteProfileCommand
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand<Boolean>
-
- org.apache.unomi.graphql.commands.DeleteProfileCommand
-
public class DeleteProfileCommand extends BaseCommand<Boolean>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
DeleteProfileCommand.Builder
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand
environment, serviceManager
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteProfileCommand.Builder
create()
Boolean
execute()
-
-
-
Method Detail
-
execute
public Boolean execute()
- Specified by:
execute
in classBaseCommand<Boolean>
-
create
public static DeleteProfileCommand.Builder create()
-
-