Package com.stripe.param.privacy
Class RedactionJobCreateParams.Objects.Builder
java.lang.Object
com.stripe.param.privacy.RedactionJobCreateParams.Objects.Builder
- Enclosing class:
- RedactionJobCreateParams.Objects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllCharge(List<String> elements) Add all elements to `charges` list.addAllCheckoutSession(List<String> elements) Add all elements to `checkoutSessions` list.addAllCustomer(List<String> elements) Add all elements to `customers` list.addAllIdentityVerificationSession(List<String> elements) Add all elements to `identityVerificationSessions` list.addAllInvoice(List<String> elements) Add all elements to `invoices` list.addAllIssuingCard(List<String> elements) Add all elements to `issuingCards` list.addAllIssuingCardholder(List<String> elements) Add all elements to `issuingCardholders` list.addAllPaymentIntent(List<String> elements) Add all elements to `paymentIntents` list.addAllRadarValueListItem(List<String> elements) Add all elements to `radarValueListItems` list.addAllSetupIntent(List<String> elements) Add an element to `charges` list.addCheckoutSession(String element) Add an element to `checkoutSessions` list.addCustomer(String element) Add an element to `customers` list.addIdentityVerificationSession(String element) Add an element to `identityVerificationSessions` list.addInvoice(String element) Add an element to `invoices` list.addIssuingCard(String element) Add an element to `issuingCards` list.addIssuingCardholder(String element) Add an element to `issuingCardholders` list.addPaymentIntent(String element) Add an element to `paymentIntents` list.addRadarValueListItem(String element) Add an element to `radarValueListItems` list.addSetupIntent(String element) Add an element to `setupIntents` list.build()Finalize and obtain parameter instance from this builder.putAllExtraParam(Map<String, Object> map) Add all map key/value pairs to `extraParams` map.putExtraParam(String key, Object value) Add a key/value pair to `extraParams` map.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Finalize and obtain parameter instance from this builder. -
addCharge
Add an element to `charges` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.chargesfor the field documentation. -
addAllCharge
Add all elements to `charges` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.chargesfor the field documentation. -
addCheckoutSession
Add an element to `checkoutSessions` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.checkoutSessionsfor the field documentation. -
addAllCheckoutSession
Add all elements to `checkoutSessions` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.checkoutSessionsfor the field documentation. -
addCustomer
Add an element to `customers` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.customersfor the field documentation. -
addAllCustomer
Add all elements to `customers` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.customersfor the field documentation. -
putExtraParam
Add a key/value pair to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeRedactionJobCreateParams.Objects.extraParamsfor the field documentation. -
putAllExtraParam
Add all map key/value pairs to `extraParams` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. SeeRedactionJobCreateParams.Objects.extraParamsfor the field documentation. -
addIdentityVerificationSession
Add an element to `identityVerificationSessions` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.identityVerificationSessionsfor the field documentation. -
addAllIdentityVerificationSession
public RedactionJobCreateParams.Objects.Builder addAllIdentityVerificationSession(List<String> elements) Add all elements to `identityVerificationSessions` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.identityVerificationSessionsfor the field documentation. -
addInvoice
Add an element to `invoices` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.invoicesfor the field documentation. -
addAllInvoice
Add all elements to `invoices` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.invoicesfor the field documentation. -
addIssuingCardholder
Add an element to `issuingCardholders` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.issuingCardholdersfor the field documentation. -
addAllIssuingCardholder
Add all elements to `issuingCardholders` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.issuingCardholdersfor the field documentation. -
addIssuingCard
Add an element to `issuingCards` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.issuingCardsfor the field documentation. -
addAllIssuingCard
Add all elements to `issuingCards` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.issuingCardsfor the field documentation. -
addPaymentIntent
Add an element to `paymentIntents` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.paymentIntentsfor the field documentation. -
addAllPaymentIntent
Add all elements to `paymentIntents` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.paymentIntentsfor the field documentation. -
addRadarValueListItem
Add an element to `radarValueListItems` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.radarValueListItemsfor the field documentation. -
addAllRadarValueListItem
Add all elements to `radarValueListItems` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.radarValueListItemsfor the field documentation. -
addSetupIntent
Add an element to `setupIntents` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeRedactionJobCreateParams.Objects.setupIntentsfor the field documentation. -
addAllSetupIntent
-