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