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