Package com.onslip360
Class API.Partial_ProductGroupSummary
- java.lang.Object
-
- com.onslip360.Onslip360Object<API.Partial_ProductGroupSummary>
-
- com.onslip360.API.Partial_ProductGroupSummary
-
- All Implemented Interfaces:
Cloneable
,Comparable<Onslip360Object<API.Partial_ProductGroupSummary>>
- Enclosing class:
- API
public static class API.Partial_ProductGroupSummary extends Onslip360Object<API.Partial_ProductGroupSummary>
-
-
Constructor Summary
Constructors Constructor Description Partial_ProductGroupSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<Double>
amount()
API.Partial_ProductGroupSummary
amount(Double amount)
Optional<Long>
productGroup()
API.Partial_ProductGroupSummary
productGroup(Long productGroup)
Optional<String>
productGroupName()
API.Partial_ProductGroupSummary
productGroupName(String productGroupName)
-
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
-
amount
@Nonnull public API.Partial_ProductGroupSummary amount(@Nullable Double amount)
-
productGroup
@Nonnull public API.Partial_ProductGroupSummary productGroup(@Nullable Long productGroup)
-
productGroupName
@Nonnull public API.Partial_ProductGroupSummary productGroupName(@Nullable String productGroupName)
-
-