public class DeleteItemOperation
extends com.mulesoft.connectors.dynamics365bc.internal.operation.BaseRestOperation
| Constructor and Description |
|---|
DeleteItemOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteItem(CitizenMicrosoftDynamics365Configuration config,
com.mulesoft.connectors.dynamics365bc.internal.connection.MicrosoftRestConnection connection,
String companyId,
String entityId,
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)
Deletes a single Item
|
@Throws(value=com.mulesoft.connectors.dynamics365bc.internal.error.provider.DeleteODataErrorProvider.class)
@DisplayName(value="Delete Item")
@MediaType(value="application/json")
public void deleteItem(@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,
String entityId,
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 usecompanyId - ID of the companystreamingHelper - the StreamingHelpercallback - the operation's CompletionCallbackCopyright © 2023 MuleSoft, Inc.. All rights reserved.