Package com.stripe.param
Class PaymentSourceCollectionCreateParams.Builder
- java.lang.Object
-
- com.stripe.param.PaymentSourceCollectionCreateParams.Builder
-
- Enclosing class:
- PaymentSourceCollectionCreateParams
public static class PaymentSourceCollectionCreateParams.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PaymentSourceCollectionCreateParams.BuilderaddAllExpand(java.util.List<java.lang.String> elements)Add all elements to `expand` list.PaymentSourceCollectionCreateParams.BuilderaddExpand(java.lang.String element)Add an element to `expand` list.PaymentSourceCollectionCreateParamsbuild()Finalize and obtain parameter instance from this builder.PaymentSourceCollectionCreateParams.BuilderputAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)Add all map key/value pairs to `extraParams` map.PaymentSourceCollectionCreateParams.BuilderputAllMetadata(java.util.Map<java.lang.String,java.lang.String> map)Add all map key/value pairs to `metadata` map.PaymentSourceCollectionCreateParams.BuilderputExtraParam(java.lang.String key, java.lang.Object value)Add a key/value pair to `extraParams` map.PaymentSourceCollectionCreateParams.BuilderputMetadata(java.lang.String key, java.lang.String value)Add a key/value pair to `metadata` map.PaymentSourceCollectionCreateParams.BuildersetSource(java.lang.String source)Please refer to full documentation instead.
-
-
-
Method Detail
-
build
public PaymentSourceCollectionCreateParams build()
Finalize and obtain parameter instance from this builder.
-
addExpand
public PaymentSourceCollectionCreateParams.Builder addExpand(java.lang.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. SeePaymentSourceCollectionCreateParams.expandfor the field documentation.
-
addAllExpand
public PaymentSourceCollectionCreateParams.Builder addAllExpand(java.util.List<java.lang.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. SeePaymentSourceCollectionCreateParams.expandfor the field documentation.
-
putExtraParam
public PaymentSourceCollectionCreateParams.Builder putExtraParam(java.lang.String key, java.lang.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. SeePaymentSourceCollectionCreateParams.extraParamsfor the field documentation.
-
putAllExtraParam
public PaymentSourceCollectionCreateParams.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.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. SeePaymentSourceCollectionCreateParams.extraParamsfor the field documentation.
-
putMetadata
public PaymentSourceCollectionCreateParams.Builder putMetadata(java.lang.String key, java.lang.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. SeePaymentSourceCollectionCreateParams.metadatafor the field documentation.
-
putAllMetadata
public PaymentSourceCollectionCreateParams.Builder putAllMetadata(java.util.Map<java.lang.String,java.lang.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. SeePaymentSourceCollectionCreateParams.metadatafor the field documentation.
-
setSource
public PaymentSourceCollectionCreateParams.Builder setSource(java.lang.String source)
Please refer to full documentation instead.
-
-