Class RedactionJobCreateParams.Objects.Builder

java.lang.Object
com.stripe.param.privacy.RedactionJobCreateParams.Objects.Builder
Enclosing class:
RedactionJobCreateParams.Objects

public static class RedactionJobCreateParams.Objects.Builder extends Object
  • 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. See RedactionJobCreateParams.Objects.charges for the field documentation.
    • addAllCharge

      public RedactionJobCreateParams.Objects.Builder addAllCharge(List<String> elements)
      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. See RedactionJobCreateParams.Objects.charges for the field documentation.
    • addCheckoutSession

      public RedactionJobCreateParams.Objects.Builder addCheckoutSession(String element)
      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. See RedactionJobCreateParams.Objects.checkoutSessions for the field documentation.
    • addAllCheckoutSession

      public RedactionJobCreateParams.Objects.Builder addAllCheckoutSession(List<String> elements)
      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. See RedactionJobCreateParams.Objects.checkoutSessions for the field documentation.
    • addCustomer

      public RedactionJobCreateParams.Objects.Builder addCustomer(String element)
      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. See RedactionJobCreateParams.Objects.customers for the field documentation.
    • addAllCustomer

      public RedactionJobCreateParams.Objects.Builder addAllCustomer(List<String> elements)
      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. See RedactionJobCreateParams.Objects.customers for the field documentation.
    • putExtraParam

      public RedactionJobCreateParams.Objects.Builder putExtraParam(String key, Object value)
      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. See RedactionJobCreateParams.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. See RedactionJobCreateParams.Objects.extraParams for the field documentation.
    • addIdentityVerificationSession

      public RedactionJobCreateParams.Objects.Builder addIdentityVerificationSession(String element)
      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. See RedactionJobCreateParams.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. See RedactionJobCreateParams.Objects.identityVerificationSessions for the field documentation.
    • addInvoice

      public RedactionJobCreateParams.Objects.Builder addInvoice(String element)
      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. See RedactionJobCreateParams.Objects.invoices for the field documentation.
    • addAllInvoice

      public RedactionJobCreateParams.Objects.Builder addAllInvoice(List<String> elements)
      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. See RedactionJobCreateParams.Objects.invoices for the field documentation.
    • addIssuingCardholder

      public RedactionJobCreateParams.Objects.Builder addIssuingCardholder(String element)
      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. See RedactionJobCreateParams.Objects.issuingCardholders for the field documentation.
    • addAllIssuingCardholder

      public RedactionJobCreateParams.Objects.Builder addAllIssuingCardholder(List<String> elements)
      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. See RedactionJobCreateParams.Objects.issuingCardholders for the field documentation.
    • addIssuingCard

      public RedactionJobCreateParams.Objects.Builder addIssuingCard(String element)
      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. See RedactionJobCreateParams.Objects.issuingCards for the field documentation.
    • addAllIssuingCard

      public RedactionJobCreateParams.Objects.Builder addAllIssuingCard(List<String> elements)
      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. See RedactionJobCreateParams.Objects.issuingCards for the field documentation.
    • addPaymentIntent

      public RedactionJobCreateParams.Objects.Builder addPaymentIntent(String element)
      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. See RedactionJobCreateParams.Objects.paymentIntents for the field documentation.
    • addAllPaymentIntent

      public RedactionJobCreateParams.Objects.Builder addAllPaymentIntent(List<String> elements)
      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. See RedactionJobCreateParams.Objects.paymentIntents for the field documentation.
    • addRadarValueListItem

      public RedactionJobCreateParams.Objects.Builder addRadarValueListItem(String element)
      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. See RedactionJobCreateParams.Objects.radarValueListItems for the field documentation.
    • addAllRadarValueListItem

      public RedactionJobCreateParams.Objects.Builder addAllRadarValueListItem(List<String> elements)
      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. See RedactionJobCreateParams.Objects.radarValueListItems for the field documentation.
    • addSetupIntent

      public RedactionJobCreateParams.Objects.Builder addSetupIntent(String element)
      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. See RedactionJobCreateParams.Objects.setupIntents for the field documentation.
    • addAllSetupIntent

      public RedactionJobCreateParams.Objects.Builder addAllSetupIntent(List<String> elements)