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