Class CardDesignUpdateParams.Builder

java.lang.Object
com.stripe.param.issuing.CardDesignUpdateParams.Builder
Enclosing class:
CardDesignUpdateParams

public static class CardDesignUpdateParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public CardDesignUpdateParams build()
      Finalize and obtain parameter instance from this builder.
    • addExpand

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

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

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

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

      public CardDesignUpdateParams.Builder setLookupKey(String lookupKey)
      A lookup key used to retrieve card designs dynamically from a static string. This may be up to 200 characters.
    • setLookupKey

      public CardDesignUpdateParams.Builder setLookupKey(EmptyParam lookupKey)
      A lookup key used to retrieve card designs dynamically from a static string. This may be up to 200 characters.
    • putMetadata

      public CardDesignUpdateParams.Builder putMetadata(String key, String value)
      Add a key/value pair to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See CardDesignUpdateParams.metadata for the field documentation.
    • putAllMetadata

      public CardDesignUpdateParams.Builder putAllMetadata(Map<String,String> map)
      Add all map key/value pairs to `metadata` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See CardDesignUpdateParams.metadata for the field documentation.
    • setName

      public CardDesignUpdateParams.Builder setName(String name)
      Friendly display name. Providing an empty string will set the field to null.
    • setName

      Friendly display name. Providing an empty string will set the field to null.
    • setPreference

      Whether this card design is used to create cards when one is not specified.
    • setTransferLookupKey

      public CardDesignUpdateParams.Builder setTransferLookupKey(Boolean transferLookupKey)
      If set to true, will atomically remove the lookup key from the existing card design, and assign it to this card design.