Package io.github.dft.amazon
Class AmazonSPReports
- java.lang.Object
-
- io.github.dft.amazon.AmazonSellingPartnerSdk
-
- io.github.dft.amazon.AmazonSPReports
-
public class AmazonSPReports extends AmazonSellingPartnerSdk
-
-
Field Summary
-
Fields inherited from class io.github.dft.amazon.AmazonSellingPartnerSdk
amazonCredentials, client, sellingRegionEndpoint
-
-
Constructor Summary
Constructors Constructor Description AmazonSPReports(AmazonCredentials amazonCredentials)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CancelResponsecancelReport(String reportId)CancelResponsecancelReportSchedule(String reportScheduleId)CreateReportResponsecreateReport(CreateReportSpecification createReportSpecification)CreateReportScheduleResponsecreateReportSchedule(CreateReportScheduleSpecification createReportScheduleSpecification)ReportgetReport(String reportId)ReportDocumentgetReportDocument(String reportDocumentId)GetReportsResponsegetReports(HashMap<String,String> params)ReportSchedulegetReportSchedule(String reportScheduleId)ReportScheduleListgetReportSchedules(HashMap<String,String> params)-
Methods inherited from class io.github.dft.amazon.AmazonSellingPartnerSdk
addParameters, addParameters, getRequestWrapped, getString, ofFormData, refreshAccessToken, signRequest, signRequest, tryResend
-
-
-
-
Constructor Detail
-
AmazonSPReports
public AmazonSPReports(AmazonCredentials amazonCredentials)
-
-
Method Detail
-
createReport
public CreateReportResponse createReport(CreateReportSpecification createReportSpecification)
-
getReportDocument
public ReportDocument getReportDocument(String reportDocumentId)
-
getReports
public GetReportsResponse getReports(HashMap<String,String> params)
-
cancelReport
public CancelResponse cancelReport(String reportId)
-
createReportSchedule
public CreateReportScheduleResponse createReportSchedule(CreateReportScheduleSpecification createReportScheduleSpecification)
-
getReportSchedule
public ReportSchedule getReportSchedule(String reportScheduleId)
-
getReportSchedules
public ReportScheduleList getReportSchedules(HashMap<String,String> params)
-
cancelReportSchedule
public CancelResponse cancelReportSchedule(String reportScheduleId)
-
-