corda / net.corda.core.node.services.vault / AttachmentSort

AttachmentSort

data class AttachmentSort : BaseSort

Types

AttachmentSortAttribute

enum class AttachmentSortAttribute

AttachmentSortColumn

data class AttachmentSortColumn

Constructors

<init>

AttachmentSort(columns: Collection<AttachmentSortColumn>)

Properties

columns

val columns: Collection<AttachmentSortColumn>

Extension Functions

contextLogger

fun Any.contextLogger(): <ERROR CLASS>

When called from a companion object, returns the logger for the enclosing class.