public class AddCategoryOperation
extends com.mulesoft.connectivity.rest.commons.api.operation.BaseRestOperation
| Constructor and Description |
|---|
AddCategoryOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCategory(com.mulesoft.connectivity.rest.commons.api.config.RestConfiguration configuration,
com.mulesoft.connectivity.rest.commons.api.connection.RestConnection connection,
org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Object> completionCallback,
InputStream category) |
@MediaType(value="application/json") @Throws(value=com.mulesoft.connectivity.rest.commons.api.error.RestErrorTypeProvider.class) @OutputResolver(output=AddCategoryOperationOutputResolver.class) public void addCategory(@Config com.mulesoft.connectivity.rest.commons.api.config.RestConfiguration configuration, @Connection com.mulesoft.connectivity.rest.commons.api.connection.RestConnection connection, org.mule.runtime.extension.api.runtime.process.CompletionCallback<InputStream,Object> completionCallback, @TypeResolver(value=CategoryParameterAddCategoryOperationInputResolver.class) InputStream category)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.