public class DomainId extends Object
| Modifier and Type | Field and Description |
|---|---|
Cache |
cache |
Components |
components |
DataWeave |
dataweave |
| Constructor and Description |
|---|
DomainId(String baseUrl,
javax.ws.rs.client.Client client,
String uriParam) |
| Modifier and Type | Method and Description |
|---|---|
DomainIdDELETEResponse |
delete(boolean verboseErrorsEnabled,
int readTimeout)
DELETE operation, disposes this tooling domain.
|
public final Components components
public final DataWeave dataweave
public Cache cache
public DomainIdDELETEResponse 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 - DomainIdDELETEResponse with disposed domain identifier.ToolingServiceAPIException - if there was an error.Copyright © 2019 MuleSoft, Inc.. All rights reserved.