Uses of Class
org.apache.camel.component.stitch.client.models.StitchMessage.Action
-
Packages that use StitchMessage.Action Package Description org.apache.camel.component.stitch.client.models -
-
Uses of StitchMessage.Action in org.apache.camel.component.stitch.client.models
Methods in org.apache.camel.component.stitch.client.models that return StitchMessage.Action Modifier and Type Method Description StitchMessage.ActionStitchMessage. getAction()static StitchMessage.ActionStitchMessage.Action. valueOf(String name)Returns the enum constant of this type with the specified name.static StitchMessage.Action[]StitchMessage.Action. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.stitch.client.models with parameters of type StitchMessage.Action Modifier and Type Method Description StitchMessage.BuilderStitchMessage.Builder. withAction(StitchMessage.Action action)This will always be upsert.
-