public class InviteeOperations extends Object
| Constructor and Description |
|---|
InviteeOperations() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,NetsuiteSoapAttributes> |
updateInviteeStatus(NetSuiteSoapConfig config,
NetSuiteSoapConnection connection,
InputStream message)
Sets a new invitation status for a given event.
|
org.mule.runtime.extension.api.runtime.operation.Result<InputStream,NetsuiteSoapAttributes> |
updateInviteeStatusList(NetSuiteSoapConfig config,
NetSuiteSoapConnection connection,
InputStream message)
Sets multiple new invitation status for a given event.
|
@Throws(value=NetSuiteMultipleErrorTypeProvider.class) @OutputResolver(output=InviteeOperationsMetadataResolvers.UpdateInviteeStatusMetadataResolver.class, attributes=InviteeOperationsMetadataResolvers.UpdateInviteeStatusMetadataResolver.class) @MediaType(value="text/xml") public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,NetsuiteSoapAttributes> updateInviteeStatus(@Config NetSuiteSoapConfig config, @Connection NetSuiteSoapConnection connection, @TypeResolver(value=InviteeOperationsMetadataResolvers.UpdateInviteeStatusMetadataResolver.class) @Content InputStream message)
config - netsuite soap configconnection - netsuite soap connectionmessage - The update invitee status request to complete.Result as TypedValue of InputStream, and
NetsuiteSoapAttributes@Throws(value=NetSuiteMultipleErrorTypeProvider.class) @OutputResolver(output=InviteeOperationsMetadataResolvers.UpdateInviteeStatusListMetadataResolver.class, attributes=InviteeOperationsMetadataResolvers.UpdateInviteeStatusListMetadataResolver.class) @MediaType(value="text/xml") public org.mule.runtime.extension.api.runtime.operation.Result<InputStream,NetsuiteSoapAttributes> updateInviteeStatusList(@Config NetSuiteSoapConfig config, @Connection NetSuiteSoapConnection connection, @TypeResolver(value=InviteeOperationsMetadataResolvers.UpdateInviteeStatusListMetadataResolver.class) @Content InputStream message)
config - netsuite soap configconnection - netsuite soap connectionmessage - The update invitee status list request to complete.Result as TypedValue of
InputStream, and NetsuiteSoapAttributesCopyright © 2025 MuleSoft, Inc.. All rights reserved.