Uses of Class
com.slack.api.methods.request.entity.EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder
Packages that use EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder
Package
Description
Slack API Methods (also called as Web API) client.
-
Uses of EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder in com.slack.api.methods
Method parameters in com.slack.api.methods with type arguments of type EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClient.entityPresentDetails(RequestConfigurator<EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder> req) MethodsClient.entityPresentDetails(RequestConfigurator<EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder> req) -
Uses of EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder in com.slack.api.methods.impl
Method parameters in com.slack.api.methods.impl with type arguments of type EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilderModifier and TypeMethodDescriptionAsyncMethodsClientImpl.entityPresentDetails(RequestConfigurator<EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder> req) MethodsClientImpl.entityPresentDetails(RequestConfigurator<EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder> req) -
Uses of EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder in com.slack.api.methods.request.entity
Methods in com.slack.api.methods.request.entity that return EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilderModifier and TypeMethodDescriptionEntityPresentDetailsRequest.builder()EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder.error(EntityPresentDetailsRequest.Error error) Error indicating why the flexpane details cannot be provided.EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder.metadata(EntityMetadata metadata) EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder.rawMetadata(String rawMetadata) JSON object containing the data that will be displayed in the flexpane for the entity.Authentication token.A reference to the original user action that initated the request.EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder.userAuthRequired(boolean userAuthRequired) Set to true to indicate that the user must authenticate to view the full the flexpane data.EntityPresentDetailsRequest.EntityPresentDetailsRequestBuilder.userAuthUrl(String userAuthUrl) Send users to this custom URL where they will complete authentication in your app if required.