T
- represented Java typepublic interface Item<T> extends ListElement<T>, Parametrizable<T>
Modifier and Type | Method and Description |
---|---|
Item<T> |
withParams(Parameters params)
Given an existing
Item , return a new instance with the specified
Parameters . |
getParams
serialize, serializeTo
Item<T> withParams(Parameters params)
Parametrizable
Item
, return a new instance with the specified
Parameters
.withParams
in interface Parametrizable<T>
params
- Parameters
to set (must be non-null)Parameters
.Copyright © 2021 The Apache Software Foundation. All rights reserved.