Uses of Class
com.slack.api.model.EntityMetadata.EntityPayload
Packages that use EntityMetadata.EntityPayload
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of EntityMetadata.EntityPayload in com.slack.api.model
Methods in com.slack.api.model that return EntityMetadata.EntityPayloadModifier and TypeMethodDescriptionEntityMetadata.EntityPayload.EntityPayloadBuilder.build()EntityMetadata.getEntityPayload()Methods in com.slack.api.model with parameters of type EntityMetadata.EntityPayloadModifier and TypeMethodDescriptionEntityMetadata.EntityMetadataBuilder.entityPayload(EntityMetadata.EntityPayload entityPayload) voidEntityMetadata.setEntityPayload(EntityMetadata.EntityPayload entityPayload) Constructors in com.slack.api.model with parameters of type EntityMetadata.EntityPayloadModifierConstructorDescriptionEntityMetadata(String entityType, EntityMetadata.ExternalRef externalRef, String url, EntityMetadata.EntityPayload entityPayload, String appUnfurlUrl)