SingleItemsRequest

data class SingleItemsRequest(val dataElementIdentifier: String, val intentToRetain: Boolean)(source)

Convenience class with a custom serializer (ItemsRequestListSerializer) to prevent usage of the type Map<String, Map<String, Boolean>> in ItemsRequest.namespaces.

Constructors

Link copied to clipboard
constructor(dataElementIdentifier: String, intentToRetain: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val key: String
Link copied to clipboard