public class Reports
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
ApiResponse |
generate(java.lang.String title,
java.lang.String template,
java.lang.String theme,
java.lang.String description,
java.lang.String contexts,
java.lang.String sites,
java.lang.String sections,
java.lang.String includedconfidences,
java.lang.String includedrisks,
java.lang.String reportfilename,
java.lang.String reportfilenamepattern,
java.lang.String reportdir,
java.lang.String display)
Generate a report with the supplied parameters.
|
ApiResponse |
templateDetails(java.lang.String template)
View details of the specified template.
|
ApiResponse |
templates()
View available templates.
|
public Reports(ClientApi api)
public ApiResponse templates() throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse templateDetails(java.lang.String template) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiExceptionpublic ApiResponse generate(java.lang.String title, java.lang.String template, java.lang.String theme, java.lang.String description, java.lang.String contexts, java.lang.String sites, java.lang.String sections, java.lang.String includedconfidences, java.lang.String includedrisks, java.lang.String reportfilename, java.lang.String reportfilenamepattern, java.lang.String reportdir, java.lang.String display) throws ClientApiException
This component is optional and therefore the API will only work if it is installed
ClientApiException