- CachedXmlTypeLoader - Class in com.mulesoft.connector.netsuite.internal.metadata.factory
-
- CachedXmlTypeLoader(SchemaCollector) - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.factory.CachedXmlTypeLoader
-
- call(Supplier<Result<T>>) - Method in interface com.mulesoft.connector.netsuite.internal.citizen.concurrency.ConcurrencyAwareCaller
-
- call(Supplier<Result<T>>) - Method in class com.mulesoft.connector.netsuite.internal.citizen.concurrency.DoNothing
-
- call(Supplier<Result<T>>) - Method in class com.mulesoft.connector.netsuite.internal.citizen.concurrency.RandomizedExponentialBackoffCaller
-
- CASH_REFUND - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CASH_REFUND_ITEM - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CASH_SALE - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CASH_SALE_ITEM - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CHANGE_EMAIL - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- CHANGE_PASSWORD - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- changeEmail(NetSuiteSoapConfig, String, String, boolean) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- changeEmail(NetSuiteSoapConfig, NetSuiteSoapConnection, String, String, boolean) - Method in class com.mulesoft.connector.netsuite.internal.operation.AdvancedOperations
-
Used to change the email address for the account.
- changeEmail(String, String, boolean) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- ChangeEmailMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.AdvancedOperationsMetadataResolvers.ChangeEmailMetadataResolver
-
- changePassword(NetSuiteSoapConfig, String, String) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- changePassword(NetSuiteSoapConfig, NetSuiteSoapConnection, String, String) - Method in class com.mulesoft.connector.netsuite.internal.operation.AdvancedOperations
-
Used to change the password for the account.
- changePassword(String, String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- ChangePasswordMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.AdvancedOperationsMetadataResolvers.ChangePasswordMetadataResolver
-
- CHECK_ASYNC_STATUS - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- checkAsyncStatus(NetSuiteSoapConfig, String) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- checkAsyncStatus(NetSuiteSoapConfig, NetSuiteSoapConnection, String) - Method in class com.mulesoft.connector.netsuite.internal.operation.AsyncOperations
-
This operation checks whether a particular asynchronous job has finished processing or not.
- checkAsyncStatus(String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
TODO: This operation has an index, it is paginated, similar to getDeleted, getSelectValue
- CheckAsyncStatusMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.AsyncOperationsMetadataResolvers.CheckAsyncStatusMetadataResolver
-
- CitizenAbstractSource - Class in com.mulesoft.connector.netsuite.internal.citizen.source
-
- CitizenAbstractSource() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenAbstractSource
-
- CitizenActionOutputMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenActionOutputMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenActionOutputMetadataResolver
-
- CitizenActionRecordEnum - Enum in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- citizenAddRecord(NetSuiteSoapConfig, NetSuiteSoapConnection, String, TypedValue<InputStream>) - Method in class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
Creates a new record.
- CitizenCustomFieldRefType - Enum in com.mulesoft.connector.netsuite.internal.citizen.util
-
- CitizenCustomFieldType - Enum in com.mulesoft.connector.netsuite.internal.citizen.util
-
Based on Netsuite's CustomizationFieldType SimpleType in WSDL model (XSD Schema)
From previous version of Netsuite, we have the following mapping: CHECK_BOX(CustomizationFieldType.CHECK_BOX,
BooleanCustomFieldRef.class), CURRENCY(CustomizationFieldType.CURRENCY, DoubleCustomFieldRef.class),
DATE(CustomizationFieldType.DATE, DateCustomFieldRef.class), DATETIME(CustomizationFieldType.DATETIME,
DateCustomFieldRef.class), DECIMAL_NUMBER(CustomizationFieldType.DECIMAL_NUMBER, DoubleCustomFieldRef.class),
DOCUMENT(CustomizationFieldType.DOCUMENT), E_MAIL_ADDRESS(CustomizationFieldType.E_MAIL_ADDRESS),
FREE_FORM_TEXT(CustomizationFieldType.FREE_FORM_TEXT), HELP(CustomizationFieldType.HELP),
HYPERLINK(CustomizationFieldType.HYPERLINK), IMAGE(CustomizationFieldType.IMAGE),
INLINE_HTML(CustomizationFieldType.INLINE_HTML), INTEGER_NUMBER(CustomizationFieldType.INTEGER_NUMBER,
LongCustomFieldRef.class), LIST_RECORD(CustomizationFieldType.LIST_RECORD, SelectCustomFieldRef.class),
LONG_TEXT(CustomizationFieldType.LONG_TEXT), MULTIPLE_SELECT(CustomizationFieldType.MULTIPLE_SELECT,
MultiSelectCustomFieldRef.class), PASSWORD(CustomizationFieldType.PASSWORD), PERCENT(CustomizationFieldType.PERCENT,
DoubleCustomFieldRef.class), PHONE_NUMBER(CustomizationFieldType.PHONE_NUMBER), RICH_TEXT(CustomizationFieldType.RICH_TEXT),
TEXT_AREA(CustomizationFieldType.TEXT_AREA), TIME_OF_DAY(CustomizationFieldType.TIME_OF_DAY, DateCustomFieldRef.class);
- citizenDeleteRecord(NetSuiteSoapConfig, NetSuiteSoapConnection, String, String, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
Deletes a record.
- CitizenGetOutputRecordMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenGetOutputRecordMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenGetOutputRecordMetadataResolver
-
- citizenGetRecord(NetSuiteSoapConfig, NetSuiteSoapConnection, String, String, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
Used to retrieve a record by providing the unique id that identifies that record.
- citizenGetRecords(NetSuiteSoapConfig, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
The citizenGetRecords operation calls search specialist operation.
- citizenGetRecordsConditionsEntityProvider(NetSuiteSoapConfig, NetSuiteSoapConnection, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
- citizenGetRecordsFieldEntityProvider(NetSuiteSoapConfig, NetSuiteSoapConnection, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
- citizenGetRecordsInputType(String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
- CitizenGetRecordsOutputTypeMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenGetRecordsOutputTypeMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenGetRecordsOutputTypeMetadataResolver
-
- CitizenInputExtIdRecordResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenInputExtIdRecordResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputExtIdRecordResolver
-
- CitizenInputKeysMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenInputKeysMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputKeysMetadataResolver
-
- CitizenInputRecordMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenInputRecordMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputRecordMetadataResolver
-
- CitizenMetadataRecordResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenMetadataRecordResolver(MetadataContext) - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenMetadataRecordResolver
-
- CitizenMetadataRecordResolver(NetSuiteSoapConnection, NetSuiteSoapConfig) - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenMetadataRecordResolver
-
- CitizenMetadataUtils - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata.util
-
- CitizenModifiedRecordsSource - Class in com.mulesoft.connector.netsuite.internal.citizen.source
-
- CitizenModifiedRecordsSource() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenModifiedRecordsSource
-
- CitizenNetsuiteConstants - Class in com.mulesoft.connector.netsuite.internal.citizen.util
-
- CitizenNewRecordsSource - Class in com.mulesoft.connector.netsuite.internal.citizen.source
-
- CitizenNewRecordsSource() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenNewRecordsSource
-
- CitizenOperations - Class in com.mulesoft.connector.netsuite.internal.citizen.operation
-
- CitizenOperations() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
- CitizenOtherCustomFieldTypeEnum - Enum in com.mulesoft.connector.netsuite.internal.citizen.metadata.util
-
- CitizenPaginatedGetRecords - Class in com.mulesoft.connector.netsuite.internal.citizen.pagination
-
- CitizenPaginatedGetRecords(Query, String) - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.pagination.CitizenPaginatedGetRecords
-
- CitizenRecordEnum - Enum in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenSearchTypeEnum - Enum in com.mulesoft.connector.netsuite.internal.citizen.metadata.util
-
- CitizenSourceMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenSourceMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceMetadataResolver
-
- CitizenSourceRecordEnum - Enum in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenUpdateOutputMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- CitizenUpdateOutputMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenUpdateOutputMetadataResolver
-
- citizenUpdateRecord(NetSuiteSoapConfig, NetSuiteSoapConnection, InputRecordKey, String, Behavior, TypedValue<InputStream>) - Method in class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
Updates an existing record.
- citizenUpsertRecord(NetSuiteSoapConfig, NetSuiteSoapConnection, String, String, Behavior, TypedValue<InputStream>) - Method in class com.mulesoft.connector.netsuite.internal.citizen.operation.CitizenOperations
-
Adds a new instance or updates instance of an existing record in the NetSuite.
- CLASSIFICATION - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- close(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.citizen.pagination.CitizenPaginatedGetRecords
-
- close(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- close(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetDeleted
-
- close(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetPostingTransactionSummary
-
- COL_ITEM_FULFILLMENT - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- COL_ITEM_RECEIPT - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- COL_JOURNAL - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- COL_OPPORTUNITY - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- COL_PURCHASE - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- COL_SALE - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- COL_TIME - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- com.mulesoft.connector.netsuite.api - package com.mulesoft.connector.netsuite.api
-
- com.mulesoft.connector.netsuite.internal.citizen.concurrency - package com.mulesoft.connector.netsuite.internal.citizen.concurrency
-
- com.mulesoft.connector.netsuite.internal.citizen.error.exception - package com.mulesoft.connector.netsuite.internal.citizen.error.exception
-
- com.mulesoft.connector.netsuite.internal.citizen.error.provider - package com.mulesoft.connector.netsuite.internal.citizen.error.provider
-
- com.mulesoft.connector.netsuite.internal.citizen.metadata - package com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- com.mulesoft.connector.netsuite.internal.citizen.metadata.group - package com.mulesoft.connector.netsuite.internal.citizen.metadata.group
-
- com.mulesoft.connector.netsuite.internal.citizen.metadata.provider - package com.mulesoft.connector.netsuite.internal.citizen.metadata.provider
-
- com.mulesoft.connector.netsuite.internal.citizen.metadata.util - package com.mulesoft.connector.netsuite.internal.citizen.metadata.util
-
- com.mulesoft.connector.netsuite.internal.citizen.model - package com.mulesoft.connector.netsuite.internal.citizen.model
-
- com.mulesoft.connector.netsuite.internal.citizen.operation - package com.mulesoft.connector.netsuite.internal.citizen.operation
-
- com.mulesoft.connector.netsuite.internal.citizen.pagination - package com.mulesoft.connector.netsuite.internal.citizen.pagination
-
- com.mulesoft.connector.netsuite.internal.citizen.sampledata - package com.mulesoft.connector.netsuite.internal.citizen.sampledata
-
- com.mulesoft.connector.netsuite.internal.citizen.source - package com.mulesoft.connector.netsuite.internal.citizen.source
-
- com.mulesoft.connector.netsuite.internal.citizen.util - package com.mulesoft.connector.netsuite.internal.citizen.util
-
- com.mulesoft.connector.netsuite.internal.config - package com.mulesoft.connector.netsuite.internal.config
-
- com.mulesoft.connector.netsuite.internal.connection - package com.mulesoft.connector.netsuite.internal.connection
-
- com.mulesoft.connector.netsuite.internal.connection.provider - package com.mulesoft.connector.netsuite.internal.connection.provider
-
- com.mulesoft.connector.netsuite.internal.connection.provider.config - package com.mulesoft.connector.netsuite.internal.connection.provider.config
-
- com.mulesoft.connector.netsuite.internal.error - package com.mulesoft.connector.netsuite.internal.error
-
- com.mulesoft.connector.netsuite.internal.error.exception - package com.mulesoft.connector.netsuite.internal.error.exception
-
- com.mulesoft.connector.netsuite.internal.error.provider - package com.mulesoft.connector.netsuite.internal.error.provider
-
- com.mulesoft.connector.netsuite.internal.extension - package com.mulesoft.connector.netsuite.internal.extension
-
- com.mulesoft.connector.netsuite.internal.metadata - package com.mulesoft.connector.netsuite.internal.metadata
-
- com.mulesoft.connector.netsuite.internal.metadata.factory - package com.mulesoft.connector.netsuite.internal.metadata.factory
-
- com.mulesoft.connector.netsuite.internal.metadata.generic - package com.mulesoft.connector.netsuite.internal.metadata.generic
-
- com.mulesoft.connector.netsuite.internal.metadata.query - package com.mulesoft.connector.netsuite.internal.metadata.query
-
- com.mulesoft.connector.netsuite.internal.model - package com.mulesoft.connector.netsuite.internal.model
-
- com.mulesoft.connector.netsuite.internal.operation - package com.mulesoft.connector.netsuite.internal.operation
-
- com.mulesoft.connector.netsuite.internal.pagination - package com.mulesoft.connector.netsuite.internal.pagination
-
- com.mulesoft.connector.netsuite.internal.source - package com.mulesoft.connector.netsuite.internal.source
-
- com.mulesoft.connector.netsuite.internal.util - package com.mulesoft.connector.netsuite.internal.util
-
- com.mulesoft.connector.netsuite.internal.xml - package com.mulesoft.connector.netsuite.internal.xml
-
- ConcurrencyAwareCaller<T> - Interface in com.mulesoft.connector.netsuite.internal.citizen.concurrency
-
- ConcurrencyStrategyConfiguration - Interface in com.mulesoft.connector.netsuite.api
-
- Condition - Class in com.mulesoft.connector.netsuite.internal.citizen.model
-
Java class for Condition complex type.
- Condition() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.model.Condition
-
- CONDITION - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- conditionalInvoke(Consumer<T>, Supplier<T>, BooleanSupplier) - Static method in class com.mulesoft.connector.netsuite.internal.util.Utils
-
- CONDITIONS - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- connect() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.TokenBasedAuthenticationConnectionProvider
-
- CONNECTION_NOT_FOUND - Static variable in class com.mulesoft.connector.netsuite.internal.metadata.MetadataConstants
-
- CONTACT - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CONTENT_ENCODING - Static variable in interface com.mulesoft.connector.netsuite.internal.connection.GzipResponseHandler
-
- convertCustomizationRecordToMetadataType(List<Node>, Function<Node, Boolean>, Function<CitizenCustomFieldRefType, String>, boolean) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenMetadataRecordResolver
-
- convertCustomizationRecordToMetadataType(List<Node>, String, boolean) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- convertToString(Node) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- convertToString(InputStream) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- copyKeyAttributes(ObjectFieldType, ObjectKeyBuilder) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenMetadataUtils
-
- copyValue(ObjectFieldType, ObjectFieldTypeBuilder) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenMetadataUtils
-
- COSTING_METHOD - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- createAttribute(Document, Node, String, String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.XMLUtils
-
Create new attribute without namespace
- createAttribute(Document, Node, String, String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- createAttributeIfNotPresent(Document, Node, String, String, String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- createAttributeNS(Document, Node, String, String, String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.XMLUtils
-
Create new attribute with the namespace
- createAttributeNSIfNotPresent(Document, Node, String, String, String, String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- createCachedXmlTypeLoaderWithLocalDefinitions(Definitions, String) - Static method in class com.mulesoft.connector.netsuite.internal.metadata.factory.XmlTypeLoaderFactory
-
Creates an XmlTypeLoader based on WSDL Definitions
- CREATED - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDateFieldNames
-
- CREATED_DATE - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDateFieldNames
-
- CREATED_FIELDS - Static variable in class com.mulesoft.connector.netsuite.internal.metadata.SourcesMetadataResolvers.OnNewAndOnModifiedSourceAbstractMetadataResolver
-
- createMetadataKeyFromCustomFieldRefType(CustomFieldRefType, String, String, String, String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
Resolves the metadata key from the custom field
- createNetsuiteMetadataResolver(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
- createNewDocument() - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- createOverrideXmlTypeLoader(String, String) - Static method in class com.mulesoft.connector.netsuite.internal.metadata.factory.XmlTypeLoaderFactory
-
Creates XmlTypeLoader loading only the xsd files required for the overriden record type
- createSoapClient() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.TokenBasedAuthenticationConnectionProvider
-
- createTokenPassportString(TokenConnectionParameters, Mac, CustomUUIDGenerator, Optional<WsdlVersion>) - Static method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- CREDIT_MEMO - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CREDIT_MEMO_ITEM - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CRITERIA_SELECTION - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CriteriaSelection - Enum in com.mulesoft.connector.netsuite.internal.citizen.model
-
Java class for CriteriaSelection.
- CURRENCY - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CURRENCY_RATE - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOM - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOM_FIELD - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOM_FIELD_LIST - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOM_LIST_INTERNAL_ID - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOM_RECORD - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOM_RECORD_SEARCH_BASIC - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOM_RECORD_TYPE - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOMER - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOMER_DEPOSIT - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOMER_PAYMENT - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOMER_REFUND - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOMER_SEARCH_BASIC - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CUSTOMERS_NAMESPACE - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CustomFieldRefType - Enum in com.mulesoft.connector.netsuite.internal.util
-
- CustomFieldType - Enum in com.mulesoft.connector.netsuite.internal.util
-
Based on Netsuite's CustomizationFieldType SimpleType in WSDL model (XSD Schema)
From previous version of Netsuite, we have the following mapping: CHECK_BOX(CustomizationFieldType.CHECK_BOX,
BooleanCustomFieldRef.class), CURRENCY(CustomizationFieldType.CURRENCY, DoubleCustomFieldRef.class),
DATE(CustomizationFieldType.DATE, DateCustomFieldRef.class), DATETIME(CustomizationFieldType.DATETIME,
DateCustomFieldRef.class), DECIMAL_NUMBER(CustomizationFieldType.DECIMAL_NUMBER, DoubleCustomFieldRef.class),
DOCUMENT(CustomizationFieldType.DOCUMENT), E_MAIL_ADDRESS(CustomizationFieldType.E_MAIL_ADDRESS),
FREE_FORM_TEXT(CustomizationFieldType.FREE_FORM_TEXT), HELP(CustomizationFieldType.HELP),
HYPERLINK(CustomizationFieldType.HYPERLINK), IMAGE(CustomizationFieldType.IMAGE),
INLINE_HTML(CustomizationFieldType.INLINE_HTML), INTEGER_NUMBER(CustomizationFieldType.INTEGER_NUMBER,
LongCustomFieldRef.class), LIST_RECORD(CustomizationFieldType.LIST_RECORD, SelectCustomFieldRef.class),
LONG_TEXT(CustomizationFieldType.LONG_TEXT), MULTIPLE_SELECT(CustomizationFieldType.MULTIPLE_SELECT,
MultiSelectCustomFieldRef.class), PASSWORD(CustomizationFieldType.PASSWORD), PERCENT(CustomizationFieldType.PERCENT,
DoubleCustomFieldRef.class), PHONE_NUMBER(CustomizationFieldType.PHONE_NUMBER), RICH_TEXT(CustomizationFieldType.RICH_TEXT),
TEXT_AREA(CustomizationFieldType.TEXT_AREA), TIME_OF_DAY(CustomizationFieldType.TIME_OF_DAY, DateCustomFieldRef.class);
- CustomFieldWrapper - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata.util
-
- CustomFieldWrapper(ObjectFieldType, Node) - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CustomFieldWrapper
-
- CustomIdentifier - Class in com.mulesoft.connector.netsuite.internal.citizen.model
-
- CustomIdentifier(String, String) - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.model.CustomIdentifier
-
- CUSTOMIZATION_NAMESPACE - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- CustomizationRecordType - Enum in com.mulesoft.connector.netsuite.internal.util
-
- CustomizationTypeEnum - Enum in com.mulesoft.connector.netsuite.internal.util
-
This enum depends on the XSD GetCustomizationType defined in the WSDL model for Netsuite
- CustomKey - Class in com.mulesoft.connector.netsuite.internal.util
-
- CustomObjectUtils - Class in com.mulesoft.connector.netsuite.internal.citizen.util
-
- CustomRef - Class in com.mulesoft.connector.netsuite.internal.citizen.model
-
- CustomRef(String, String, String, String) - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.model.CustomRef
-
- CustomUUIDGenerator - Class in com.mulesoft.connector.netsuite.internal.util
-
Custom UUID to generate tokens for the Netsuite authentication
- CustomUUIDGenerator() - Constructor for class com.mulesoft.connector.netsuite.internal.util.CustomUUIDGenerator
-
- GENERAL_NAMESPACE - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- generateCustomFieldsForCustomType(String, ObjectFieldType, ObjectTypeBuilder, String, Function<CitizenCustomFieldRefType, String>, boolean) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenMetadataRecordResolver
-
- generateCustomMetadataTypes(String, ObjectFieldType, Function<CitizenCustomFieldRefType, String>, boolean) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenMetadataRecordResolver
-
- generateCustomMetadataTypes(ObjectType, String, boolean) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- generateNonce(CustomUUIDGenerator) - Static method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- generateOperationEmptyBody(String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- generateXmlHeaderPreferences(PreferencesParameterGroup) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- generateXmlSearchPreferences(boolean, boolean, int) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GenericDeletedRecordMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.metadata.generic
-
- GenericDeletedRecordMetadataResolver(String) - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericDeletedRecordMetadataResolver
-
- GenericInputRecordListMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.metadata.generic
-
- GenericInputRecordListMetadataResolver(String) - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericInputRecordListMetadataResolver
-
- GenericInputRecordMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.metadata.generic
-
- GenericInputRecordMetadataResolver(String) - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericInputRecordMetadataResolver
-
- GenericMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.metadata
-
- GenericMetadataResolver(String) - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
- GenericOutputRecordMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.metadata.generic
-
- GenericOutputRecordMetadataResolver(String) - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericOutputRecordMetadataResolver
-
- GenericSearchMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.metadata.generic
-
- GenericSearchMetadataResolver(String) - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericSearchMetadataResolver
-
- get(NetSuiteSoapConfig, RecordRefAndTypeParameterGroup, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- get() - Method in interface com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection.TransformationSupplier
-
- get(NetSuiteSoapConfig, NetSuiteSoapConnection, RecordRefAndTypeParameterGroup, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.operation.RecordOperations
-
This is used to retrieve a record by providing the unique id that identifies that record.
- get() - Method in class com.mulesoft.connector.netsuite.internal.util.CustomUUIDGenerator
-
Get random UUID number If we use the same Splittable Random with a sequence of 1 million of elements we will find repeated
ones
- GET - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- get(InputStream, RecordRefAndTypeParameterGroup) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GET_ACCOUNT_GOVERNANCE_INFO - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_ALL - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_ASYNC_RESULT - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_BUDGET_EXCHANGE_RATE - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_CURRENCY_RATE - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_CUSTOMIZATION_ID - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_DATA_CENTER_URLS - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_DELETED - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_DELETED_FILTER - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_DELETED_FILTER_LOCAL_PART - Static variable in class com.mulesoft.connector.netsuite.internal.metadata.MetadataConstants
-
- GET_INTEGRATION_GOVERNANCE_INFO - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_ITEM_AVAILABILITY - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_LIST - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_POSTING_TRANSACTION_SUMMARY - Static variable in class com.mulesoft.connector.netsuite.internal.metadata.MetadataConstants
-
- GET_POSTING_TRANSACTION_SUMMARY - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_SAVED_SEARCH - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_SELECT_VALUE - Static variable in class com.mulesoft.connector.netsuite.internal.metadata.MetadataConstants
-
- GET_SELECT_VALUE - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- GET_SERVER_TIME - Static variable in class com.mulesoft.connector.netsuite.internal.util.NetSuiteConstants
-
- getAcceptedMappings() - Method in enum com.mulesoft.connector.netsuite.internal.util.CustomizationRecordType
-
- getAccount() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.TokenConnectionParameters
-
- getAccountGovernanceInfo(NetSuiteSoapConfig, NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.operation.AdvancedOperations
-
Get the Account Concurrency Limit and the Unallocated Concurrency Limit.
- GetAccountGovernanceInfoMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.AdvancedOperationsMetadataResolvers.GetAccountGovernanceInfoMetadataResolver
-
- getAdvancedConfig() - Method in class com.mulesoft.connector.netsuite.internal.config.NetSuiteSoapConfig
-
- getAll(NetSuiteSoapConfig, String) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getAll(NetSuiteSoapConfig, NetSuiteSoapConnection, String, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.operation.RecordOperations
-
This is used to retrieve a list of all records of the specified type.
- GetAllMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetAllMetadataResolver
-
- getAsyncResult(NetSuiteSoapConfig, String, Integer) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getAsyncResult(NetSuiteSoapConfig, NetSuiteSoapConnection, String, Integer) - Method in class com.mulesoft.connector.netsuite.internal.operation.AsyncOperations
-
This operation returns the result of a job given that it has finished processing.
- getAsyncResult(String, Integer) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GetAsyncResultMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.AsyncOperationsMetadataResolvers.GetAsyncResultMetadataResolver
-
- getAttachRefTypes(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getAttributeByName(Element, String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.XMLUtils
-
Get attribute node by name from element
- getAttributesType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
Return the input metadata for the operation as defined in the wsdl file (show the abstract types) This is the default for
the metadata resolution for all the operations
- getAttributesType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.SearchMetadataResolver
-
- getBaseAddress() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getBaseDir(Optional<WsdlVersion>) - Static method in enum com.mulesoft.connector.netsuite.api.WsdlVersion
-
- getBaseRef(String, String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.XMLUtils
-
Get root element for custom type
- getBasicKeysWithFields(NetSuiteSoapConnection, boolean) - Static method in class com.mulesoft.connector.netsuite.internal.metadata.SourcesMetadataResolvers.OnNewAndOnModifiedSourceAbstractMetadataResolver
-
- getBudgetExchangeRate(NetSuiteSoapConfig, NetSuiteSoapConnection, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.operation.ItemOperations
-
Used to get and filter all data related to Budget Exchange Rates table.
- GetBudgetExchangeRateMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetBudgetExchangeRateMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenActionOutputMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenGetOutputRecordMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenGetRecordsOutputTypeMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputKeysMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputRecordMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenUpdateOutputMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsConditionListEntityProvider
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsFieldListEntityProvider
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFieldsMetadataResolver
-
- getCategoryName() - Method in class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFiltersMetadataResolver
-
- getChildByName(Element, String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.XMLUtils
-
All child nodes with a particular name are wrapped to the list
- getCode() - Method in class com.mulesoft.connector.netsuite.internal.error.ErrorContent
-
- getComplexSuperTypes(String) - Method in interface com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQuery
-
- getComplexSuperTypes(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryImpl
-
- getComplexSuperTypes(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryLocallyCachedProxy
-
- getComplexToNamespaceUri(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
- getComplexTypes() - Method in interface com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQuery
-
- getComplexTypes() - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryImpl
-
- getComplexTypes() - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryLocallyCachedProxy
-
- getComplexTypesMap() - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
Returns the complex types map
- getConcurrencyStrategy() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getConditions() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Query
-
- getConfig() - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getConfig() - Method in class com.mulesoft.connector.netsuite.internal.source.AbstractPollingSource
-
- getConnection(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenGetRecordsOutputTypeMetadataResolver
-
- getConnection(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsEntityProviderKeyMetadataResolver
-
- getConnection() - Method in class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenAbstractSource
-
- getConnection(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
- getConnection() - Method in class com.mulesoft.connector.netsuite.internal.source.AbstractPollingSource
-
- getConnectionProvider() - Method in class com.mulesoft.connector.netsuite.internal.source.AbstractPollingSource
-
- getConnectionTimeout() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getConnectionTimeoutInMillis() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getConnectionTimeoutUnit() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getConsumerKey() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.TokenConnectionParameters
-
- getConsumerSecret() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.TokenConnectionParameters
-
- getCostingMethod() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getCriteriaSelection() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Query
-
- getCurrencyRate(NetSuiteSoapConfig, NetSuiteSoapConnection, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.operation.ItemOperations
-
Used to get the exchange rate between two currencies based on a certain date.
- GetCurrencyRateMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetCurrencyRateMetadataResolver
-
- getCustomFieldRefType() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.util.CitizenCustomFieldType
-
- getCustomFieldRefType() - Method in enum com.mulesoft.connector.netsuite.internal.util.CustomFieldType
-
- getCustomFieldSuffix(CitizenCustomFieldRefType) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsConditionListEntityProvider
-
- getCustomFieldSuffix(CitizenCustomFieldRefType) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsEntityProviderKeyMetadataResolver
-
- getCustomFieldSuffix(CitizenCustomFieldRefType) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsFieldListEntityProvider
-
- getCustomizationId(NetSuiteSoapConfig, NetSuiteSoapConnection, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.operation.ItemOperations
-
Returns the IDs of available customizations for a given customization type.
- GetCustomizationIdMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetCustomizationIdMetadataResolver
-
- getCustomizationRequest(String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- getCustomListInternalId() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.CustomRef
-
- getCustomListRequest(Collection<String>) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.CustomObjectUtils
-
- getCustomObjectKeys() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenMetadataRecordResolver
-
- getCustomRecordKeys() - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getDataCenterUrls(NetSuiteSoapConfig, String) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getDataCenterUrls(NetSuiteSoapConfig, NetSuiteSoapConnection, String) - Method in class com.mulesoft.connector.netsuite.internal.operation.AdvancedOperations
-
Used to obtain suitable the NetSuite data center URL for the account.
- getDataCenterUrls(String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GetDataCenterUrlsMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.AdvancedOperationsMetadataResolvers.GetDataCenterUrlsMetadataResolver
-
- getDefaultWsdlVersion() - Static method in enum com.mulesoft.connector.netsuite.api.WsdlVersion
-
- getDefaultWsdlVersionStr() - Static method in enum com.mulesoft.connector.netsuite.api.WsdlVersion
-
- getDefinitions() - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
Returns the wsdl Definitions
- getDeleted(NetSuiteSoapConfig, InputStream, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getDeleted(NetSuiteSoapConfig, InputStream, int, int) - Method in class com.mulesoft.connector.netsuite.internal.operation.RecordOperations
-
Returns a list of deleted records for the given record type and date period.
- getDeleted(Document, int) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- getDeletedFilter(ZonedDateTime, DateTimeFormatter) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GetDeletedMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetDeletedMetadataResolver
-
- getDescription() - Method in class com.mulesoft.connector.netsuite.internal.error.ErrorContent
-
- getDocumentBuilder() - Static method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- getDocumentBuilderFactory() - Static method in class com.mulesoft.connector.netsuite.internal.xml.XmlFactories
-
- getDocumentFactory() - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getDocumentTransformerFactory() - Static method in class com.mulesoft.connector.netsuite.internal.xml.XmlFactories
-
- getDuplicateObjectFieldType(ObjectFieldType, QName, String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getElement(String) - Method in interface com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQuery
-
- getElement(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryImpl
-
- getElement(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryLocallyCachedProxy
-
- getElementsList() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Field
-
- getEntity(String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.XMLUtils
-
Get entity from string.
- getEnum(String) - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenSearchTypeEnum
-
- getErrorDetail() - Method in class com.mulesoft.connector.netsuite.internal.error.ErrorContent
-
- getErrorMessage() - Method in exception com.mulesoft.connector.netsuite.internal.error.exception.NetSuiteSoapModuleException
-
- getErrorType(String) - Static method in class com.mulesoft.connector.netsuite.internal.error.provider.NetSuiteErrorTypeProvider
-
- getErrorTypes() - Method in class com.mulesoft.connector.netsuite.internal.citizen.error.provider.NetSuiteCitizenErrorTypeProvider
-
- getErrorTypes() - Method in class com.mulesoft.connector.netsuite.internal.error.provider.NetSuiteAsyncMultipleErrorTypeProvider
-
- getErrorTypes() - Method in class com.mulesoft.connector.netsuite.internal.error.provider.NetSuiteAsyncSingleErrorTypeProvider
-
- getErrorTypes() - Method in class com.mulesoft.connector.netsuite.internal.error.provider.NetSuiteErrorTypeProvider
-
- getErrorTypes() - Method in class com.mulesoft.connector.netsuite.internal.error.provider.NetSuiteMultipleErrorTypeProvider
-
- getErrorTypes() - Method in class com.mulesoft.connector.netsuite.internal.error.provider.NetSuiteMultiplePermissionErrorTypeProvider
-
- getErrorTypes() - Method in class com.mulesoft.connector.netsuite.internal.error.provider.NetSuiteSingleErrorTypeProvider
-
- getErrorTypes() - Method in class com.mulesoft.connector.netsuite.internal.error.provider.NetSuiteSinglePermissionErrorTypeProvider
-
- getException() - Method in interface com.mulesoft.connector.netsuite.internal.citizen.concurrency.Result
-
- getExtensionsClient() - Method in class com.mulesoft.connector.netsuite.internal.source.AbstractPollingSource
-
- getField() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Condition
-
Gets the value of the field property.
- getField() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Fields
-
- getFields() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Query
-
- getFieldType() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CustomFieldWrapper
-
- getFirstPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getFirstPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetDeleted
-
- getFirstPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetPostingTransactionSummary
-
- getFirstPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetSelectValue
-
- getFirstPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedSearch
-
- getGetAllMetadataKeys() - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getGetAllTypes() - Method in interface com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQuery
-
- getGetAllTypes() - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryImpl
-
- getHost() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.ProxyConfiguration
-
- getId() - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.GetRecordsSampleDataProvider
-
- getId() - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.InternalIDSampleDataProvider
-
- getId() - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.RecordSampleDataProvider
-
- getId() - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.SourceSampleDataProvider
-
- getIdFieldName() - Method in class com.mulesoft.connector.netsuite.internal.source.AbstractPollingSource
-
- getIdType() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.group.InputRecordKey
-
- getInputMetadata(MetadataContext, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputExtIdRecordResolver
-
- getInputMetadata(MetadataContext, InputRecordKey) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputKeysMetadataResolver
-
- getInputMetadata(MetadataContext, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputRecordMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.AsyncOperationsMetadataResolvers.AsyncSearchMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericInputRecordListMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericInputRecordMetadataResolver
-
- getInputMetadata(MetadataContext, String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericSearchMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.RefAndRecordInputMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.RefInputAndOutputMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
Return the input metadata for the operation as defined in the wsdl file (show the abstract types) This serves as a default
for the metadata resolution for all the operations, and should override the operations that calculate values based on some
key when the keys are not provided
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFieldsMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFiltersMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.AttachRecordMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.DetachRecordMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetDeletedMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetSelectValueMetadataResolver
-
- getInputMetadata(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.SearchMetadataResolver
-
- getInputType(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.DefaultMetadataRetriever
-
- getIntegrationGovernanceInfo(NetSuiteSoapConfig, NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.operation.AdvancedOperations
-
Get the Concurrency Limit for the integration (integrationConcurrencyLimit) and the limitType, which can be:
_integrationSpecific, when a limit has been allocated.
- GetIntegrationGovernanceInfoMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.AdvancedOperationsMetadataResolvers.GetIntegrationGovernanceInfoMetadataResolver
-
- getInternalId() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.CustomIdentifier
-
- getInternalId() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.CustomRef
-
- getInternalId() - Method in class com.mulesoft.connector.netsuite.internal.util.CustomKey
-
- getIsLotItem() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getItemAvailability(NetSuiteSoapConfig, NetSuiteSoapConnection, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.operation.ItemOperations
-
Returns the availability for a given item record reference.
- GetItemAvailabilityMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetItemAvailabilityMetadataResolver
-
- getKey(ComplexType) - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryLocallyCachedProxy
-
- getKeyForCustomField(boolean) - Method in class com.mulesoft.connector.netsuite.internal.util.CustomKey
-
- getKeyForCustomRecord() - Method in class com.mulesoft.connector.netsuite.internal.util.CustomKey
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputKeysMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputRecordMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsEntityProviderKeyMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericInputRecordListMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericInputRecordMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericOutputRecordMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericSearchMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.RefAndRecordInputMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.RefInputAndOutputMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.AddRecordMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.AttachRecordMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.DetachRecordMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetAllMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetSavedSearchMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.SourcesMetadataResolvers.OnModifiedSourceMetadataResolver
-
- getKeys(MetadataContext, boolean) - Method in class com.mulesoft.connector.netsuite.internal.metadata.SourcesMetadataResolvers.OnNewAndOnModifiedSourceAbstractMetadataResolver
-
- getKeys(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.SourcesMetadataResolvers.OnNewSourceMetadataResolver
-
- getLabel(QName) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenMetadataUtils
-
- getLimit() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Query
-
- getList(NetSuiteSoapConfig, NetSuiteSoapConnection, RecordRefAndTypeParameterGroup, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.operation.RecordOperations
-
This is used to retrieve a list of one or more records by providing the unique ids that identify those records.
- GetListMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetListMetadataResolver
-
- getListRequest(List<Node>) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- getMaximumConnections() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getMaxRetries() - Method in class com.mulesoft.connector.netsuite.api.RandomlyExponentialBackoffConcurrencyManagement
-
- getMaxRetries() - Method in class com.mulesoft.connector.netsuite.internal.citizen.concurrency.RetriableCallerConfiguration
-
- getMaxWaitingTimeBetweenRetries() - Method in class com.mulesoft.connector.netsuite.api.RandomlyExponentialBackoffConcurrencyManagement
-
- getMaxWaitingValue() - Method in class com.mulesoft.connector.netsuite.internal.citizen.concurrency.RetriableCallerConfiguration
-
- getMetadataFieldKey(String, String, String, String, String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenMetadataUtils
-
- getMetadataFieldKey(boolean) - Method in class com.mulesoft.connector.netsuite.internal.util.CustomKey
-
- getMetadataForAttachInput(Optional<String>, String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getMetadataForAttachRefType(MetadataType, Optional<String>, String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getMetadataForRecordInput(Optional<String>) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getMetadataForRecordOutput(Optional<String>) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getMetadataForRef(MetadataType, Optional<String>, boolean) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
Returns the metadata with the specific fields or attributes for the refType if it is available
- getMetadataForRefInput(Optional<String>) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getMetadataForRefOutput(Optional<String>) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getMetadataForSearch(Optional<String>) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getMetadataForSearchType(MetadataType, Optional<String>) - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getMetadataKeys() - Static method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenMetadataUtils
-
- getMetadataRecordResolver(MetadataContext) - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
- GetMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetMetadataResolver
-
- getNamespace(String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.XMLUtils
-
Get namespace from string.
- getNamespaceURI(String) - Method in class com.mulesoft.connector.netsuite.internal.xml.XmlUtils.NamespaceResolverFromNodesDocument
-
- getNetsuiteValue() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.util.CitizenCustomFieldRefType
-
- getNetsuiteValue() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.util.CitizenCustomFieldType
-
- getNetsuiteValue() - Method in enum com.mulesoft.connector.netsuite.internal.util.CustomFieldRefType
-
- getNetsuiteValue() - Method in enum com.mulesoft.connector.netsuite.internal.util.CustomFieldType
-
- getNetsuiteValue() - Method in enum com.mulesoft.connector.netsuite.internal.util.CustomizationTypeEnum
-
- getNextPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getNextPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetDeleted
-
- getNextPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetPostingTransactionSummary
-
- getNextPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetSelectValue
-
- getNextPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedSearch
-
- getNonProxyHosts() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.ProxyConfiguration
-
- getObjectType() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Query
-
- getObjType() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenOtherCustomFieldTypeEnum
-
- getOnModifiedRecordWatermarkField() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getOnModifiedSearchField() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getOnNewRecordWatermarkField() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getOnNewSearchField() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getOperationModel(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.DefaultMetadataRetriever
-
- getOperationModel(String, String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.DefaultMetadataRetriever
-
- getOperationName() - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
- getOperator() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Condition
-
Gets the value of the operator property.
- getOutputScript(String, String, String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.FilteringUtils
-
- getOutputType(MetadataContext, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenActionOutputMetadataResolver
-
- getOutputType(MetadataContext, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenGetOutputRecordMetadataResolver
-
- getOutputType(MetadataContext, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenGetRecordsOutputTypeMetadataResolver
-
- getOutputType(MetadataContext, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceMetadataResolver
-
- getOutputType(MetadataContext, InputRecordKey) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenUpdateOutputMetadataResolver
-
- getOutputType(MetadataContext, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsConditionListEntityProvider
-
- getOutputType(MetadataContext, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsFieldListEntityProvider
-
- getOutputType(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.DefaultMetadataRetriever
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericDeletedRecordMetadataResolver
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.GenericOutputRecordMetadataResolver
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.RefAndRecordInputMetadataResolver
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.RefInputAndOutputMetadataResolver
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
Return the output metadata for the operation as defined in the wsdl file (show the abstract types if there are any) This
serves as a default for the metadata resolution for all the operations, and should override the operations that calculate
values based on some key when the keys are not provided
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFieldsMetadataResolver
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetAllMetadataResolver
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetSelectValueMetadataResolver
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.SearchMetadataResolver
-
- getOutputType(MetadataContext, Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.SourcesMetadataResolvers.OnNewAndOnModifiedSourceAbstractMetadataResolver
-
- getPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.citizen.pagination.CitizenPaginatedGetRecords
-
- getPage(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
TODO: we need to improve the transformToInputStream method for use Sax or Stax
- getPageSize() - Method in class com.mulesoft.connector.netsuite.internal.source.AbstractPollingSource
-
- getParent() - Method in enum com.mulesoft.connector.netsuite.internal.error.NetSuiteSoapErrorType
-
- getPassword() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.ProxyConfiguration
-
- getPollItemConsumer(Result<InputStream, NetsuiteSoapAttributes>, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenAbstractSource
-
- getPort() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.ProxyConfiguration
-
- getPostingTransactionSummary(NetSuiteSoapConfig, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getPostingTransactionSummary(NetSuiteSoapConfig, InputStream, InputStream, String) - Method in class com.mulesoft.connector.netsuite.internal.operation.ItemOperations
-
Used to retrieve a summary of the actual data in an Account.
- getPostingTransactionSummary(Document, Document, String, int) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GetPostingTransactionSummaryFieldsMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFieldsMetadataResolver
-
- GetPostingTransactionSummaryFiltersMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFiltersMetadataResolver
-
- getPreferences() - Method in class com.mulesoft.connector.netsuite.internal.config.NetSuiteSoapConfig
-
- getPrefix(String) - Method in class com.mulesoft.connector.netsuite.internal.xml.XmlUtils.NamespaceResolverFromNodesDocument
-
- getPrefixes(String) - Method in class com.mulesoft.connector.netsuite.internal.xml.XmlUtils.NamespaceResolverFromNodesDocument
-
- getQName() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenActionRecordEnum
-
- getQName() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenRecordEnum
-
- getQName(String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.SearchUtils
-
- getQNameForRequest() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenRecordEnum
-
- getRandomizedExponentialWaitingTime(int) - Method in class com.mulesoft.connector.netsuite.internal.citizen.concurrency.RandomizedExponentialBackoffCaller
-
- getReadTimeout() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getReadTimeoutInMillis() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getReadTimeoutUnit() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getRecord(String, String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GetRecordDwExpressions - Class in com.mulesoft.connector.netsuite.internal.citizen.util
-
- getRecordEnum(String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenMetadataUtils
-
Gets a record enum from the string value
- getRecordRefAndTypeParameterGroup() - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
Finds all complex types that extend from BaseRef at the main level of key.
- getRecordRefType(Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.RefAndRecordInputMetadataResolver
-
- getRecordRefType(Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.RefInputAndOutputMetadataResolver
-
- getRecords(String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GetRecordsConditionListEntityProvider - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- GetRecordsConditionListEntityProvider() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsConditionListEntityProvider
-
- GetRecordsEntityProviderKeyMetadataResolver - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- GetRecordsEntityProviderKeyMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsEntityProviderKeyMetadataResolver
-
- GetRecordsFieldListEntityProvider - Class in com.mulesoft.connector.netsuite.internal.citizen.metadata
-
- GetRecordsFieldListEntityProvider() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsFieldListEntityProvider
-
- GetRecordsSampleDataProvider - Class in com.mulesoft.connector.netsuite.internal.citizen.sampledata
-
- GetRecordsSampleDataProvider() - Constructor for class com.mulesoft.connector.netsuite.internal.citizen.sampledata.GetRecordsSampleDataProvider
-
- getRecordType() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.group.InputRecordKey
-
- getRecordType() - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.AbstractSampleDataProvider
-
- getRecordType(Object) - Method in class com.mulesoft.connector.netsuite.internal.metadata.generic.RefAndRecordInputMetadataResolver
-
- getRecordTypes() - Method in interface com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQuery
-
- getRecordTypes() - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryImpl
-
- getRecordTypes() - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryLocallyCachedProxy
-
- getRecordTypesMetadataType() - Method in class com.mulesoft.connector.netsuite.internal.metadata.MetadataRecordResolver
-
- getRecType() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenOtherCustomFieldTypeEnum
-
- getRecTypeName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CustomFieldWrapper
-
- getRefType() - Method in class com.mulesoft.connector.netsuite.internal.model.RecordRefAndTypeParameterGroup
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenActionOutputMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenGetOutputRecordMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputExtIdRecordResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputKeysMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenInputRecordMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenUpdateOutputMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsEntityProviderKeyMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.metadata.GenericMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFieldsMetadataResolver
-
- getResolverName() - Method in class com.mulesoft.connector.netsuite.internal.metadata.ItemOperationsMetadataResolvers.GetPostingTransactionSummaryFiltersMetadataResolver
-
- getResult() - Method in interface com.mulesoft.connector.netsuite.internal.citizen.concurrency.Result
-
- getResultsIterator(NetSuiteSoapConnection, ZonedDateTime) - Method in class com.mulesoft.connector.netsuite.internal.source.AbstractPollingSource
-
- getResultsIterator(NetSuiteSoapConnection, ZonedDateTime) - Method in class com.mulesoft.connector.netsuite.internal.source.OnDeletedSource
-
TODO add getDeleted filter parameters and add to requests:
- getResultsIterator(NetSuiteSoapConnection, ZonedDateTime) - Method in class com.mulesoft.connector.netsuite.internal.source.OnModifiedSource
-
- getResultsIterator(NetSuiteSoapConnection, ZonedDateTime) - Method in class com.mulesoft.connector.netsuite.internal.source.OnNewSource
-
- getSample(String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.AbstractSampleDataProvider
-
- getSample() - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.GetRecordsSampleDataProvider
-
- getSample() - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.InternalIDSampleDataProvider
-
- getSample() - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.RecordSampleDataProvider
-
- getSample() - Method in class com.mulesoft.connector.netsuite.internal.citizen.sampledata.SourceSampleDataProvider
-
- getSavedSearch(NetSuiteSoapConfig, String) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getSavedSearch(NetSuiteSoapConfig, NetSuiteSoapConnection, String) - Method in class com.mulesoft.connector.netsuite.internal.operation.RecordOperations
-
This operation allows users to retrieve a list of existing saved search IDs on a per-record-type basis.
- getSavedSearch(String) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GetSavedSearchMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetSavedSearchMetadataResolver
-
- getSchemaClass(String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsConditionListEntityProvider
-
- getSchemaClass(String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsEntityProviderKeyMetadataResolver
-
- getSchemaClass(String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.GetRecordsFieldListEntityProvider
-
- getSchemaMap() - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
Returns the schema map for record types
- getScriptId() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.CustomIdentifier
-
- getScriptId() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.CustomRef
-
- getScriptId() - Method in class com.mulesoft.connector.netsuite.internal.util.CustomKey
-
- getSearchField(CitizenSourceRecordEnum) - Method in class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenAbstractSource
-
- getSearchField(CitizenSourceRecordEnum) - Method in class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenModifiedRecordsSource
-
- getSearchField(CitizenSourceRecordEnum) - Method in class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenNewRecordsSource
-
- getSearchPreferencesHeader(int) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- getSearchStage() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getSearchType(String) - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getSearchType() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getSelectValue(NetSuiteSoapConfig, InputStream) - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getSelectValue(NetSuiteSoapConfig, InputStream, int) - Method in class com.mulesoft.connector.netsuite.internal.operation.RecordOperations
-
Returns valid select options for a particular RecordRef, CustomRecordRef, or enumerated static field.
- getSelectValue(Document, int) - Method in class com.mulesoft.connector.netsuite.internal.util.NetsuiteDocumentFactory
-
- GetSelectValueMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.RecordOperationsMetadataResolvers.GetSelectValueMetadataResolver
-
- getSeparator() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.CustomIdentifier
-
- getSeparator() - Method in class com.mulesoft.connector.netsuite.internal.config.AdvancedConfigParameterGroup
-
- getSeparator() - Method in class com.mulesoft.connector.netsuite.internal.util.CustomKey
-
- getServerTime(NetSuiteSoapConfig, NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.operation.AdvancedOperations
-
This operation takes no arguments and returns the NetSuite server time in GMT, regardless of a user's time zone
- GetServerTimeMetadataResolver() - Constructor for class com.mulesoft.connector.netsuite.internal.metadata.AdvancedOperationsMetadataResolvers.GetServerTimeMetadataResolver
-
- getSignatureAlgorithm() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.TokenConnectionParameters
-
- getSleepWaitingTime(long, long) - Method in class com.mulesoft.connector.netsuite.internal.citizen.concurrency.RandomizedExponentialBackoffCaller
-
- getSoapHeaders() - Method in class com.mulesoft.connector.netsuite.api.NetsuiteSoapAttributes
-
- getSoapPort(WsdlVersion) - Static method in enum com.mulesoft.connector.netsuite.api.WsdlVersion
-
- getSoapPort() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.SoapParameters
-
- getStandardList(String, String, NetSuiteSoapConfig, NetSuiteSoapConnection) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.TransformationUtils
-
Get all values for particular field.
- getStartDateTime() - Method in class com.mulesoft.connector.netsuite.internal.source.AbstractPollingSource
-
- getSubType() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getSuperTypes(String) - Method in interface com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQuery
-
- getSuperTypes(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryImpl
-
- getSuperTypes(String) - Method in class com.mulesoft.connector.netsuite.internal.metadata.query.DefinitionsQueryLocallyCachedProxy
-
- getTlsContext() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.AdvancedConfig
-
- getTokenId() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.TokenConnectionParameters
-
- getTokenSecret() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.TokenConnectionParameters
-
- getTotal() - Method in class com.mulesoft.connector.netsuite.internal.util.Timer
-
- getTotalResults(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.citizen.pagination.CitizenPaginatedGetRecords
-
- getTotalResults(NetSuiteSoapConnection) - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getTransformerFactory() - Static method in class com.mulesoft.connector.netsuite.internal.xml.XmlFactories
-
- getTransportAdditionalData() - Method in class com.mulesoft.connector.netsuite.api.NetsuiteSoapAttributes
-
- getTransportHeaders() - Method in class com.mulesoft.connector.netsuite.api.NetsuiteSoapAttributes
-
- getType() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
- getType() - Method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CustomFieldWrapper
-
- getType() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.CustomIdentifier
-
- getType() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.CustomRef
-
- getType() - Method in class com.mulesoft.connector.netsuite.internal.model.RecordRefAndTypeParameterGroup
-
- getType() - Method in class com.mulesoft.connector.netsuite.internal.util.CustomKey
-
- getTypeLoader() - Static method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenMetadataUtils
-
- getUsername() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.ProxyConfiguration
-
- getValue() - Method in enum com.mulesoft.connector.netsuite.api.WsdlVersion
-
- getValue() - Method in enum com.mulesoft.connector.netsuite.internal.util.CustomizationRecordType
-
- getValues() - Method in class com.mulesoft.connector.netsuite.internal.citizen.model.Condition
-
Gets the value of the values property.
- getWatermarkField(CitizenSourceRecordEnum) - Method in class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenAbstractSource
-
- getWatermarkField(CitizenSourceRecordEnum) - Method in class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenModifiedRecordsSource
-
- getWatermarkField(CitizenSourceRecordEnum) - Method in class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenNewRecordsSource
-
- getWaterMarkFieldName() - Method in class com.mulesoft.connector.netsuite.internal.source.AbstractPollingSource
-
- getWatermarkFieldValue(CitizenSourceRecordEnum, String, String) - Method in class com.mulesoft.connector.netsuite.internal.citizen.source.CitizenAbstractSource
-
- getWsdlModel() - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getWsdlVersion() - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- getWsdlVersion() - Method in class com.mulesoft.connector.netsuite.internal.connection.provider.config.SoapParameters
-
- getXmlAttribute(Node, String) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenMetadataUtils
-
- getXPathForResultNodeList() - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getXPathForResultNodeList() - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetDeleted
-
- getXPathForResultNodeList() - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetPostingTransactionSummary
-
- getXPathForResultNodeList() - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedGetSelectValue
-
- getXPathForResultNodeList() - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedSearch
-
- getXPathPageIndexExpression() - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getXPathPageSizeExpression() - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getXPathSearchIdExpression() - Method in class com.mulesoft.connector.netsuite.internal.pagination.PaginatedSearch
-
- getXPathStatusExpression() - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getXPathTotalPagesExpression() - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getXPathTotalRecordsExpression() - Method in class com.mulesoft.connector.netsuite.internal.pagination.IterablePagingProvider
-
- getXSDFileNames(String) - Static method in class com.mulesoft.connector.netsuite.internal.metadata.factory.XmlTypeLoaderFactory
-
Returns list of xsd filenames for the provided record type
- GIFT_CERTIFICATE_ITEM - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- GIFT_CERTIFICATE_SEARCH_BASIC - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- GZIP - Static variable in interface com.mulesoft.connector.netsuite.internal.connection.GzipResponseHandler
-
- GzipResponseHandler - Interface in com.mulesoft.connector.netsuite.internal.connection
-
- validate() - Method in class com.mulesoft.connector.netsuite.internal.connection.NetSuiteSoapConnection
-
- validCustomListResponse(Node) - Static method in class com.mulesoft.connector.netsuite.internal.citizen.util.CustomObjectUtils
-
- value() - Method in enum com.mulesoft.connector.netsuite.internal.citizen.model.CriteriaSelection
-
- VALUE - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- VALUE - Static variable in class com.mulesoft.connector.netsuite.internal.metadata.MetadataConstants
-
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.api.WsdlVersion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenActionRecordEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenRecordEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenOtherCustomFieldTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenSearchTypeEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.model.CriteriaSelection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.util.CitizenCustomFieldRefType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.util.CitizenCustomFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.error.NetSuiteSoapErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.util.CustomFieldRefType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.util.CustomFieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.util.CustomizationRecordType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.mulesoft.connector.netsuite.internal.util.CustomizationTypeEnum
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.mulesoft.connector.netsuite.api.WsdlVersion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenActionRecordEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenRecordEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.CitizenSourceRecordEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenOtherCustomFieldTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.metadata.util.CitizenSearchTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.model.CriteriaSelection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.util.CitizenCustomFieldRefType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.citizen.util.CitizenCustomFieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.error.NetSuiteSoapErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.util.CustomFieldRefType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.util.CustomFieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.util.CustomizationRecordType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.mulesoft.connector.netsuite.internal.util.CustomizationTypeEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VENDOR - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- VENDOR_BILL - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-
- VENDOR_BILL_ITEM - Static variable in class com.mulesoft.connector.netsuite.internal.citizen.util.CitizenNetsuiteConstants
-