Package com.onslip360
Class API.SalesReportActionParams
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.SalesReportActionParams>
-
- com.onslip360.API.SalesReportActionParams
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.SalesReportActionParams>>
- Enclosing class:
- API
public static class API.SalesReportActionParams extends Onslip360Object<API.SalesReportActionParams>
-
-
Constructor Summary
Constructors Constructor Description SalesReportActionParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Long[]>
clients()
API.SalesReportActionParams
clients(Long[] clients)
Optional<Boolean>
includeCredit()
API.SalesReportActionParams
includeCredit(Boolean includeCredit)
Optional<Long[]>
locations()
API.SalesReportActionParams
locations(Long[] locations)
-
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
-
-
-
-
Method Detail
-
clients
@Nonnull public API.SalesReportActionParams clients(@Nullable Long[] clients)
-
includeCredit
@Nonnull public API.SalesReportActionParams includeCredit(@Nullable Boolean includeCredit)
-
locations
@Nonnull public API.SalesReportActionParams locations(@Nullable Long[] locations)
-
-