Uses of Class
org.apache.camel.builder.endpoint.dsl.SlackEndpointBuilderFactory.ConversationType
-
Packages that use SlackEndpointBuilderFactory.ConversationType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of SlackEndpointBuilderFactory.ConversationType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SlackEndpointBuilderFactory.ConversationType Modifier and Type Method Description static SlackEndpointBuilderFactory.ConversationType
SlackEndpointBuilderFactory.ConversationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SlackEndpointBuilderFactory.ConversationType[]
SlackEndpointBuilderFactory.ConversationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type SlackEndpointBuilderFactory.ConversationType Modifier and Type Method Description default SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder
SlackEndpointBuilderFactory.SlackEndpointConsumerBuilder. conversationType(SlackEndpointBuilderFactory.ConversationType conversationType)
Type of conversation.
-