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