Class IlmdSearchRequest
java.lang.Object
com.persequor.extension.eventservice.IlmdSearchRequest
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
This will create a copy of the current request.getEpcs()
static IlmdSearchRequest
static IlmdSearchRequest
of
(Collection<String> epcs) This will set the expansion mode of the EPCs in the request.
-
Method Details
-
of
-
of
-
withEpcExpansion
This will set the expansion mode of the EPCs in the request. This will not affect EPC in the recursive lookups only the ones in the Request will be expanded. The default is DISABLED.- Parameters:
mode
- the mode of EPC Expansion to use.- Returns:
- a search request for further chaining
- See Also:
-
getEpcs
-
getEpcExpanderMode
-
copy
This will create a copy of the current request. This is useful if you want to modify the request without affecting the original request.- Returns:
- a copy of the current request
-