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