Uses of Class
com.blockchyp.client.dto.TransactionDisplayItem
Packages that use TransactionDisplayItem
-
Uses of TransactionDisplayItem in com.blockchyp.client.dto
Methods in com.blockchyp.client.dto that return types with arguments of type TransactionDisplayItemModifier and TypeMethodDescriptionTransactionDisplayTransaction.getItems()Gets an item to display.Methods in com.blockchyp.client.dto with parameters of type TransactionDisplayItemModifier and TypeMethodDescriptionvoidTransactionDisplayTransaction.addItem(TransactionDisplayItem value) Adds a an item to display.Method parameters in com.blockchyp.client.dto with type arguments of type TransactionDisplayItemModifier and TypeMethodDescriptionvoidTransactionDisplayTransaction.setItems(Collection<TransactionDisplayItem> value) Sets an item to display.