Class DeleteIdentityLinkForDataObjectInstanceCmd

  • All Implemented Interfaces:
    Command<Void>

    public class DeleteIdentityLinkForDataObjectInstanceCmd
    extends Object
    implements Command<Void>
    Author:
    Filip Hrisafov
    • Field Detail

      • lookupId

        protected String lookupId
      • dataObjectDefinitionKey

        protected String dataObjectDefinitionKey
      • userId

        protected String userId
      • groupId

        protected String groupId
      • identityLinkType

        protected String identityLinkType
    • Constructor Detail

      • DeleteIdentityLinkForDataObjectInstanceCmd

        public DeleteIdentityLinkForDataObjectInstanceCmd​(String lookupId,
                                                          String dataObjectDefinitionKey,
                                                          String userId,
                                                          String groupId,
                                                          String identityLinkType)