public class CatalogProductSet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CatalogProductSet.Builder
Class to build instances of
CatalogProductSet. |
| Modifier | Constructor and Description |
|---|---|
protected |
CatalogProductSet(io.apimatic.core.types.OptionalNullable<String> name,
io.apimatic.core.types.OptionalNullable<List<String>> productIdsAny,
io.apimatic.core.types.OptionalNullable<List<String>> productIdsAll,
io.apimatic.core.types.OptionalNullable<Long> quantityExact,
io.apimatic.core.types.OptionalNullable<Long> quantityMin,
io.apimatic.core.types.OptionalNullable<Long> quantityMax,
io.apimatic.core.types.OptionalNullable<Boolean> allProducts)
Internal initialization constructor.
|
|
CatalogProductSet(String name,
List<String> productIdsAny,
List<String> productIdsAll,
Long quantityExact,
Long quantityMin,
Long quantityMax,
Boolean allProducts)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAllProducts()
Getter for AllProducts.
|
String |
getName()
Getter for Name.
|
List<String> |
getProductIdsAll()
Getter for ProductIdsAll.
|
List<String> |
getProductIdsAny()
Getter for ProductIdsAny.
|
Long |
getQuantityExact()
Getter for QuantityExact.
|
Long |
getQuantityMax()
Getter for QuantityMax.
|
Long |
getQuantityMin()
Getter for QuantityMin.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<Boolean> |
internalGetAllProducts()
Internal Getter for AllProducts.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetName()
Internal Getter for Name.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetProductIdsAll()
Internal Getter for ProductIdsAll.
|
protected io.apimatic.core.types.OptionalNullable<List<String>> |
internalGetProductIdsAny()
Internal Getter for ProductIdsAny.
|
protected io.apimatic.core.types.OptionalNullable<Long> |
internalGetQuantityExact()
Internal Getter for QuantityExact.
|
protected io.apimatic.core.types.OptionalNullable<Long> |
internalGetQuantityMax()
Internal Getter for QuantityMax.
|
protected io.apimatic.core.types.OptionalNullable<Long> |
internalGetQuantityMin()
Internal Getter for QuantityMin.
|
CatalogProductSet.Builder |
toBuilder()
Builds a new
CatalogProductSet.Builder object. |
String |
toString()
Converts this CatalogProductSet into string format.
|
public CatalogProductSet(String name, List<String> productIdsAny, List<String> productIdsAll, Long quantityExact, Long quantityMin, Long quantityMax, Boolean allProducts)
name - String value for name.productIdsAny - List of String value for productIdsAny.productIdsAll - List of String value for productIdsAll.quantityExact - Long value for quantityExact.quantityMin - Long value for quantityMin.quantityMax - Long value for quantityMax.allProducts - Boolean value for allProducts.protected CatalogProductSet(io.apimatic.core.types.OptionalNullable<String> name, io.apimatic.core.types.OptionalNullable<List<String>> productIdsAny, io.apimatic.core.types.OptionalNullable<List<String>> productIdsAll, io.apimatic.core.types.OptionalNullable<Long> quantityExact, io.apimatic.core.types.OptionalNullable<Long> quantityMin, io.apimatic.core.types.OptionalNullable<Long> quantityMax, io.apimatic.core.types.OptionalNullable<Boolean> allProducts)
protected io.apimatic.core.types.OptionalNullable<String> internalGetName()
public String getName()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetProductIdsAny()
public List<String> getProductIdsAny()
protected io.apimatic.core.types.OptionalNullable<List<String>> internalGetProductIdsAll()
public List<String> getProductIdsAll()
protected io.apimatic.core.types.OptionalNullable<Long> internalGetQuantityExact()
public Long getQuantityExact()
protected io.apimatic.core.types.OptionalNullable<Long> internalGetQuantityMin()
public Long getQuantityMin()
protected io.apimatic.core.types.OptionalNullable<Long> internalGetQuantityMax()
public Long getQuantityMax()
protected io.apimatic.core.types.OptionalNullable<Boolean> internalGetAllProducts()
public Boolean getAllProducts()
public String toString()
public CatalogProductSet.Builder toBuilder()
CatalogProductSet.Builder object.
Creates the instance with the state of the current model.CatalogProductSet.Builder objectCopyright © 2023. All rights reserved.