Class StripeEndpointBuilderFactory.StripeHeaderNameBuilder
java.lang.Object
org.apache.camel.builder.endpoint.dsl.StripeEndpointBuilderFactory.StripeHeaderNameBuilder
- Enclosing interface:
StripeEndpointBuilderFactory
The builder of headers' name for the Stripe component.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe method to invoke (create, retrieve, update, delete, list, cancel, capture).The ID of the object to retrieve, update, or delete.The operation to perform.
-
Constructor Details
-
StripeHeaderNameBuilder
public StripeHeaderNameBuilder()
-
-
Method Details
-
stripeOperation
The operation to perform. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
StripeOperation.
-
stripeMethod
The method to invoke (create, retrieve, update, delete, list, cancel, capture). The option is a:Stringtype. Group: producer- Returns:
- the name of the header
StripeMethod.
-
stripeObjectId
The ID of the object to retrieve, update, or delete. The option is a:Stringtype. Group: producer- Returns:
- the name of the header
StripeObjectId.
-