Class RemoveProfileFromListCommand
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand<Boolean>
-
- org.apache.unomi.graphql.commands.list.RemoveProfileFromListCommand
-
public class RemoveProfileFromListCommand extends BaseCommand<Boolean>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RemoveProfileFromListCommand.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 RemoveProfileFromListCommand.Builder
create()
Boolean
execute()
-
-
-
Method Detail
-
execute
public Boolean execute()
- Specified by:
execute
in classBaseCommand<Boolean>
-
create
public static RemoveProfileFromListCommand.Builder create()
-
-