public class TryIt extends Object
| Constructor and Description |
|---|
TryIt(String baseUrl,
javax.ws.rs.client.Client client) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete(boolean verboseErrorsEnabled)
DELETE operation for try it resource that disables the service for the given application name.
|
List<AgentTrackingNotificationResponse> |
get(int chunkSize,
boolean verboseErrorsEnabled)
GET operation, gets notifications for the application.
|
void |
put(boolean verboseErrorsEnabled)
PUT operation for try it resource that enables the service for the given application name.
|
public TryIt(String baseUrl, javax.ws.rs.client.Client client)
public List<AgentTrackingNotificationResponse> get(int chunkSize, boolean verboseErrorsEnabled)
chunkSize - verboseErrorsEnabled - flag that defines if it has to be verbose the response in case of errors/failures.List with the response.ToolingServiceAPIException - if there was an error.public void put(boolean verboseErrorsEnabled)
verboseErrorsEnabled - flag that defines if it has to be verbose the response in case of errors/failures.public void delete(boolean verboseErrorsEnabled)
verboseErrorsEnabled - flag that defines if it has to be verbose the response in case of errors/failures.Copyright © 2017 MuleSoft, Inc.. All rights reserved.