CustomLinkMapBatchItem

open class CustomLinkMapBatchItem : EquinoxItemsHelper.ComplexBatchItem

The CustomLinkMapBatchItem is used during the batch synchronization to sync a java.util.Map's value of a CustomRefyLink like CustomRefyLink's fields or CustomRefyLink's resources

Author

N7ghtm4r3 - Tecknobit

See also

EquinoxItemsHelper.ComplexBatchItem

Constructors

Link copied to clipboard
constructor(linkId: String, key: String, value: Any)
Constructor to instantiate the item

Properties

Link copied to clipboard
val key: String
key the key of the value
Link copied to clipboard
linkId the identifier of the custom link
Link copied to clipboard
val value: Any
value the value to insert

Functions

Link copied to clipboard
fun equals(o: Any): Boolean
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun mappedValues(): List<out Any>