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.charges
for 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.charges
for 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.checkoutSessions
for 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.checkoutSessions
for 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.customers
for 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.customers
for 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.extraParams
for 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.extraParams
for 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.identityVerificationSessions
for 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.identityVerificationSessions
for 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.invoices
for 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.invoices
for 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.issuingCardholders
for 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.issuingCardholders
for 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.issuingCards
for 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.issuingCards
for 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.paymentIntents
for 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.paymentIntents
for 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.radarValueListItems
for 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.radarValueListItems
for 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.setupIntents
for the field documentation. -
addAllSetupIntent
-