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