Class StripeEndpointBuilderFactory.StripeHeaderNameBuilder

java.lang.Object
org.apache.camel.builder.endpoint.dsl.StripeEndpointBuilderFactory.StripeHeaderNameBuilder
Enclosing interface:
StripeEndpointBuilderFactory

public static class StripeEndpointBuilderFactory.StripeHeaderNameBuilder extends Object
The builder of headers' name for the Stripe component.
  • Constructor Details

    • StripeHeaderNameBuilder

      public StripeHeaderNameBuilder()
  • Method Details

    • stripeOperation

      public String stripeOperation()
      The operation to perform. The option is a: String type. Group: producer
      Returns:
      the name of the header StripeOperation.
    • stripeMethod

      public String stripeMethod()
      The method to invoke (create, retrieve, update, delete, list, cancel, capture). The option is a: String type. Group: producer
      Returns:
      the name of the header StripeMethod.
    • stripeObjectId

      public String stripeObjectId()
      The ID of the object to retrieve, update, or delete. The option is a: String type. Group: producer
      Returns:
      the name of the header StripeObjectId.