public class UpdateItemVariantOperation
extends com.mulesoft.connectors.dynamics365bc.internal.operation.BaseRestOperation
| Constructor and Description |
|---|
UpdateItemVariantOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
updateItemVariant(CitizenMicrosoftDynamics365Configuration config,
com.mulesoft.connectors.dynamics365bc.internal.connection.MicrosoftRestConnection connection,
String companyId,
String entityId,
String etag,
String itemNumber,
String code,
String description,
org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> callback)
Updates a single ItemVariant
|
@Throws(value=com.mulesoft.connectors.dynamics365bc.internal.error.provider.UpdateODataErrorProvider.class) @DisplayName(value="Update ItemVariant") @MediaType(value="application/json") @OutputResolver(output=ItemVariantTypeMetadataResolver.class) public void updateItemVariant(@Config CitizenMicrosoftDynamics365Configuration config, @Connection com.mulesoft.connectors.dynamics365bc.internal.connection.MicrosoftRestConnection connection, @MetadataKeyId @Expression(value=NOT_SUPPORTED) @OfValues(value=DelegateCompanyNameValueProvider.class) @DisplayName(value="Company") @Summary(value="Name of the Company that the action should apply to") String companyId, @DisplayName(value="Entity ID") String entityId, @DisplayName(value="ETag") String etag, @Optional String itemNumber, @Optional String code, @Optional String description, org.mule.runtime.extension.api.runtime.streaming.StreamingHelper streamingHelper, org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,com.mulesoft.connectors.dynamics365bc.api.HttpResponseAttributes> callback)
config - the configuration to useconnection - the connection to usestreamingHelper - the StreamingHelpercallback - the operation's CompletionCallbackCopyright © 2023 MuleSoft, Inc.. All rights reserved.