Class AccountListParams.Builder

java.lang.Object
com.stripe.param.v2.core.AccountListParams.Builder
Enclosing class:
AccountListParams

public static class AccountListParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public AccountListParams build()
      Finalize and obtain parameter instance from this builder.
    • addAppliedConfiguration

      public AccountListParams.Builder addAppliedConfiguration(String element)
      Add an element to `appliedConfigurations` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See AccountListParams.appliedConfigurations for the field documentation.
    • addAllAppliedConfiguration

      public AccountListParams.Builder addAllAppliedConfiguration(List<String> elements)
      Add all elements to `appliedConfigurations` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. See AccountListParams.appliedConfigurations for the field documentation.
    • putExtraParam

      public AccountListParams.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 AccountListParams.extraParams for the field documentation.
    • putAllExtraParam

      public AccountListParams.Builder putAllExtraParam(Map<String,Object> map)
      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 AccountListParams.extraParams for the field documentation.
    • setLimit

      public AccountListParams.Builder setLimit(Integer limit)
      The upper limit on the number of accounts returned by the List Account request.