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