@Extension(name="NetSuite",
category=SELECT)
@RequiresEnterpriseLicense(allowEvaluationLicense=true)
@Xml(prefix="netsuite")
@ErrorTypes(value=NetSuiteSoapErrorType.class)
@Configurations(value=NetSuiteSoapConfig.class)
@SubTypeMapping(baseType=ConcurrencyStrategyConfiguration.class,
subTypes=RandomlyExponentialBackoffConcurrencyManagement.class)
@JavaVersionSupport(value={JAVA_8,JAVA_11,JAVA_17})
public class NetSuiteConnector
extends Object
Copyright © 2025 MuleSoft, Inc.. All rights reserved.