Package com.stripe.param.v2.reporting
Class ReportRunCreateParams.ReportParameter.ArrayValue.Builder
java.lang.Object
com.stripe.param.v2.reporting.ReportRunCreateParams.ReportParameter.ArrayValue.Builder
- Enclosing class:
- ReportRunCreateParams.ReportParameter.ArrayValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllItem
(List<String> elements) Add an element to `items` 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. -
putExtraParam
public ReportRunCreateParams.ReportParameter.ArrayValue.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. SeeReportRunCreateParams.ReportParameter.ArrayValue.extraParams
for the field documentation. -
putAllExtraParam
public ReportRunCreateParams.ReportParameter.ArrayValue.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. SeeReportRunCreateParams.ReportParameter.ArrayValue.extraParams
for the field documentation. -
addItem
Add an element to `items` list. A list is initialized for the first `add/addAll` call, and subsequent calls adds additional elements to the original list. SeeReportRunCreateParams.ReportParameter.ArrayValue.items
for the field documentation. -
addAllItem
-