| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,NetsuiteSoapAttributes> |
NetSuiteSoapConnection.get(NetSuiteSoapConfig config,
RecordRefAndTypeParameterGroup key,
InputStream message) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,NetsuiteSoapAttributes> |
RecordOperations.delete(NetSuiteSoapConfig config,
NetSuiteSoapConnection connection,
RecordRefAndTypeParameterGroup key,
InputStream message)
Delete one or more record instances.
|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,NetsuiteSoapAttributes> |
RecordOperations.deleteList(NetSuiteSoapConfig config,
NetSuiteSoapConnection connection,
RecordRefAndTypeParameterGroup key,
InputStream message)
Deletes a record.
|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,NetsuiteSoapAttributes> |
RecordOperations.get(NetSuiteSoapConfig config,
NetSuiteSoapConnection connection,
RecordRefAndTypeParameterGroup key,
InputStream message)
This is used to retrieve a record by providing the unique id that identifies that record.
|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,NetsuiteSoapAttributes> |
RecordOperations.getList(NetSuiteSoapConfig config,
NetSuiteSoapConnection connection,
RecordRefAndTypeParameterGroup key,
InputStream message)
This is used to retrieve a list of one or more records by providing the unique ids that identify those records.
|
| Modifier and Type | Method and Description |
|---|---|
Document |
NetsuiteDocumentFactory.get(InputStream message,
RecordRefAndTypeParameterGroup recordRefAndType) |
Copyright © 2025 MuleSoft, Inc.. All rights reserved.