JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.openhab.core.persistence.dto.ItemHistoryDTO
Packages that use
ItemHistoryDTO
Package
Description
org.openhab.core.io.rest.core.persistence
Uses of
ItemHistoryDTO
in
org.openhab.core.io.rest.core.persistence
Fields in
org.openhab.core.io.rest.core.persistence
with type parameters of type
ItemHistoryDTO
Modifier and Type
Field
Description
final
List
<
ItemHistoryDTO
>
ItemHistoryListDTO.
item
Constructor parameters in
org.openhab.core.io.rest.core.persistence
with type arguments of type
ItemHistoryDTO
Modifier
Constructor
Description
ItemHistoryListDTO
(
Collection
<
ItemHistoryDTO
> list)