Package com.onslip360
Class API.ReportAction
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.ReportAction>
-
- com.onslip360.API.ReportAction
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.ReportAction>>
- Enclosing class:
- API
public static class API.ReportAction extends Onslip360Object<API.ReportAction>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
API.ReportAction.Template
-
Constructor Summary
Constructors Constructor Description ReportAction(String[] formats, API.ReportAction.Template template)
-
Method Summary
-
Methods inherited from class com.onslip360.Onslip360Object
clone, compareTo, equals, fromJson, fromJson, fromJsonArray, fromJsonArray, fromList, fromMap, fromObject, getExtended, hashCode, setExtended, setExtended, toJson, toJson, toJson, toJson, toList, toMap, toString
-
-
-
-
Constructor Detail
-
ReportAction
public ReportAction(String[] formats, API.ReportAction.Template template)
-
-
Method Detail
-
creditSales
@Nonnull public Optional<API.CreditSalesReportActionParams> creditSales()
-
formats
@Nonnull public String[] formats()
-
sales
@Nonnull public Optional<API.SalesReportActionParams> sales()
-
shifts
@Nonnull public Optional<API.ShiftsReportActionParams> shifts()
-
stockBalances
@Nonnull public Optional<API.StockBalancesReportActionParams> stockBalances()
-
template
@Nonnull public API.ReportAction.Template template()
-
vouchers
@Nonnull public Optional<API.VouchersReportActionParams> vouchers()
-
zReport
@Nonnull public Optional<API.ZReportActionParams> zReport()
-
creditSales
@Nonnull public API.ReportAction creditSales(@Nullable API.CreditSalesReportActionParams creditSales)
-
formats
@Nonnull public API.ReportAction formats(String[] formats)
-
from
@Nonnull public API.ReportAction from(@Nullable String from)
-
fromExpression
@Nonnull public API.ReportAction fromExpression(@Nullable String fromExpression)
-
locale
@Nonnull public API.ReportAction locale(@Nullable String locale)
-
sales
@Nonnull public API.ReportAction sales(@Nullable API.SalesReportActionParams sales)
-
shifts
@Nonnull public API.ReportAction shifts(@Nullable API.ShiftsReportActionParams shifts)
-
stockBalances
@Nonnull public API.ReportAction stockBalances(@Nullable API.StockBalancesReportActionParams stockBalances)
-
template
@Nonnull public API.ReportAction template(API.ReportAction.Template template)
-
to
@Nonnull public API.ReportAction to(@Nullable String to)
-
toExpression
@Nonnull public API.ReportAction toExpression(@Nullable String toExpression)
-
vouchers
@Nonnull public API.ReportAction vouchers(@Nullable API.VouchersReportActionParams vouchers)
-
zReport
@Nonnull public API.ReportAction zReport(@Nullable API.ZReportActionParams zReport)
-
-