Class RemoveAliasFromProfileCommand.Builder
- java.lang.Object
-
- org.apache.unomi.graphql.commands.BaseCommand.Builder<RemoveAliasFromProfileCommand.Builder>
-
- org.apache.unomi.graphql.commands.RemoveAliasFromProfileCommand.Builder
-
- Enclosing class:
- RemoveAliasFromProfileCommand
public static class RemoveAliasFromProfileCommand.Builder extends BaseCommand.Builder<RemoveAliasFromProfileCommand.Builder>
-
-
Field Summary
-
Fields inherited from class org.apache.unomi.graphql.commands.BaseCommand.Builder
environment
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemoveAliasFromProfileCommand
build()
RemoveAliasFromProfileCommand.Builder
setAlias(String alias)
RemoveAliasFromProfileCommand.Builder
setProfileIDInput(CDPProfileIDInput profileIDInput)
-
Methods inherited from class org.apache.unomi.graphql.commands.BaseCommand.Builder
setEnvironment, validate
-
-
-
-
Method Detail
-
setAlias
public RemoveAliasFromProfileCommand.Builder setAlias(String alias)
-
setProfileIDInput
public RemoveAliasFromProfileCommand.Builder setProfileIDInput(CDPProfileIDInput profileIDInput)
-
build
public RemoveAliasFromProfileCommand build()
-
-