public class ApplicationId extends Object
| Modifier and Type | Field and Description |
|---|---|
Components |
components |
DataWeave |
dataweave |
| Constructor and Description |
|---|
ApplicationId(String baseUrl,
javax.ws.rs.client.Client client,
String uriParam) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationIdDELETEResponse |
delete(boolean verboseErrorsEnabled,
int readTimeout)
DELETE operation, disposes this tooling application.
|
public final Components components
public final DataWeave dataweave
public ApplicationIdDELETEResponse delete(boolean verboseErrorsEnabled, int readTimeout) throws ToolingServiceAPIException
verboseErrorsEnabled - flag that defines if it has to be verbose the response in case of errors/failures.readTimeout - read timeout in millisecondsverboseErrorsEnabled - ApplicationIdDELETEResponse with disposed application identifier.ToolingServiceAPIException - if there was an error.Copyright © 2017 MuleSoft, Inc.. All rights reserved.