Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.services |
Modifier and Type | Field and Description |
---|---|
protected Report |
IntuitResponse.report |
protected Report |
BatchItemResponse.report |
Modifier and Type | Method and Description |
---|---|
Report |
ObjectFactory.createReport()
Create an instance of
Report |
Report |
IntuitResponse.getReport()
Gets the value of the report property.
|
Report |
BatchItemResponse.getReport()
Gets the value of the report property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Report> |
ObjectFactory.createReport(Report value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Report> |
ObjectFactory.createReport(Report value)
|
void |
IntuitResponse.setReport(Report value)
Sets the value of the report property.
|
void |
BatchItemResponse.setReport(Report value)
Sets the value of the report property.
|
Modifier and Type | Method and Description |
---|---|
Report |
ReportService.executeReport(String reportName)
Method to retrieve records for the given list of query
|
Report |
BatchOperation.getReport(String bId)
Method to get the report object for the given bId
|
Modifier and Type | Method and Description |
---|---|
Map<String,Report> |
BatchOperation.getReportResult()
Gets reportResult list
|
Copyright © 2017. All rights reserved.