Uses of Enum Class
org.apache.camel.component.stitch.client.models.StitchMessage.Action
Packages that use StitchMessage.Action
-
Uses of StitchMessage.Action in org.apache.camel.component.stitch.client.models
Methods in org.apache.camel.component.stitch.client.models that return StitchMessage.ActionModifier and TypeMethodDescriptionStitchMessage.getAction()static StitchMessage.ActionReturns the enum constant of this class with the specified name.static StitchMessage.Action[]StitchMessage.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.stitch.client.models with parameters of type StitchMessage.ActionModifier and TypeMethodDescriptionStitchMessage.Builder.withAction(StitchMessage.Action action) This will always be upsert.