Class AncestryRequest
java.lang.Object
com.persequor.extension.eventservice.AncestryRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddEpcs
(Collection<String> epcs) addQuantities
(QuantityElement... quantities) addQuantities
(Collection<QuantityElement> quantities) int
getDepth()
getEpcs()
getFrom()
getTo()
static AncestryRequest
of
(QuantityElement... quantities) static AncestryRequest
static AncestryRequest
of
(Collection<String> epcs) setAt
(ZonedDateTime at) Deprecated.Use `from` and `to` instead, since `from` is required for search by quantity elements.setEpcs
(Collection<String> epcs) setFrom
(ZonedDateTime from) setTo
(ZonedDateTime to)
-
Method Details
-
of
-
of
-
of
-
setEpcs
-
addEpcs
-
addEpcs
-
addQuantities
-
addQuantities
-
setDepth
-
setAt
Deprecated.Use `from` and `to` instead, since `from` is required for search by quantity elements. Search by EPCs is still using to/at only.- Parameters:
at
-- Returns:
-
setFrom
-
setTo
-
getDepth
public int getDepth() -
getFrom
-
getTo
-
getEpcs
-
getQuantities
-