public class CustomJsonRequestOperation extends BaseUpdateOperation
Payload before sending to the target system.| Modifier | Constructor and Description |
|---|---|
protected |
CustomJsonRequestOperation(OperationContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
executeUpdate(UpdateRequest request,
OperationResponse response)
Actual implementation of this CREATE, UPDATE, or UPSERT Operation.
|
executegetConnection, getContextprotected CustomJsonRequestOperation(OperationContext context)
protected void executeUpdate(UpdateRequest request, OperationResponse response)
BaseUpdateOperationexecuteUpdate in class BaseUpdateOperationrequest - request given to BaseUpdateOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse), downcast to the correct typeresponse - response given to BaseUpdateOperation.execute(com.boomi.connector.api.OperationRequest, com.boomi.connector.api.OperationResponse)