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