ws.addArgument("contentTypeDefinitionId", this.contentTypeDefinitionId);
ws.addArgument("forcePublication", this.forcePublication);
ws.addArgument("allowHTMLContent", this.allowHTMLContent);
ws.addArgument("allowExternalLinks", this.allowExternalLinks);
ws.addArgument("allowDollarSigns", this.allowDollarSigns);
ws.addArgument("allowAnchorSigns", this.allowAnchorSigns);
ws.addArgument("keepExistingAttributes", this.keepExistingAttributes);
ws.addArgument("keepExistingCategories", this.keepExistingCategories);
ws.addArgument("updateExistingAssets", this.updateExistingAssets);
ws.addArgument("userPropertiesAttributesMap", userPropertiesAttributesMap);