Uses of Enum Class
org.activiti.cloud.services.notifications.graphql.ws.api.GraphQLMessageType
Packages that use GraphQLMessageType
-
Uses of GraphQLMessageType in org.activiti.cloud.services.notifications.graphql.ws.api
Methods in org.activiti.cloud.services.notifications.graphql.ws.api that return GraphQLMessageTypeModifier and TypeMethodDescriptionstatic GraphQLMessageTypeGraphQLMessage.getType()static GraphQLMessageTypeReturns the enum constant of this class with the specified name.static GraphQLMessageType[]GraphQLMessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.activiti.cloud.services.notifications.graphql.ws.api with parameters of type GraphQLMessageTypeModifier and TypeMethodDescriptionGraphQLMessage.Builder.type(GraphQLMessageType type) GraphQLMessage.ITypeStage.type(GraphQLMessageType type) Constructors in org.activiti.cloud.services.notifications.graphql.ws.api with parameters of type GraphQLMessageTypeModifierConstructorDescriptionGraphQLMessage(String id, GraphQLMessageType type) GraphQLMessage(String id, GraphQLMessageType type, Map<String, Object> payload)