Uses of Class
com.slack.api.model.Attachment.SingleListRecord.Record
Packages that use Attachment.SingleListRecord.Record
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of Attachment.SingleListRecord.Record in com.slack.api.model
Methods in com.slack.api.model that return Attachment.SingleListRecord.RecordModifier and TypeMethodDescriptionAttachment.SingleListRecord.Record.RecordBuilder.build()Attachment.SingleListRecord.getRecord()Methods in com.slack.api.model with parameters of type Attachment.SingleListRecord.RecordModifier and TypeMethodDescriptionAttachment.SingleListRecord.SingleListRecordBuilder.record(Attachment.SingleListRecord.Record record) voidAttachment.SingleListRecord.setRecord(Attachment.SingleListRecord.Record record) Constructors in com.slack.api.model with parameters of type Attachment.SingleListRecord.RecordModifierConstructorDescriptionSingleListRecord(Attachment.SingleListRecord.Record record, List<ListColumn> schema)