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