public class AddPolicyDefinitionLinkCmd extends Object implements Command<PolicyDefinitionLink>
Modifier and Type | Field and Description |
---|---|
protected String |
linkValue |
protected String |
policyDefinitionId |
protected String |
type |
Constructor and Description |
---|
AddPolicyDefinitionLinkCmd(String policyDefinitionId,
String type,
String linkValue) |
Modifier and Type | Method and Description |
---|---|
PolicyDefinitionLink |
execute(CommandContext commandContext) |
protected String policyDefinitionId
protected String type
protected String linkValue
public PolicyDefinitionLink execute(CommandContext commandContext)
execute
in interface Command<PolicyDefinitionLink>