Package com.stripe.param
Class OrderListParams.Created.Builder
- java.lang.Object
-
- com.stripe.param.OrderListParams.Created.Builder
-
- Enclosing class:
- OrderListParams.Created
public static class OrderListParams.Created.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
Modifier and Type Method Description OrderListParams.Created
build()
Finalize and obtain parameter instance from this builder.OrderListParams.Created.Builder
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.OrderListParams.Created.Builder
putExtraParam(java.lang.String key, java.lang.Object value)
Add a key/value pair to `extraParams` map.OrderListParams.Created.Builder
setGt(java.lang.Long gt)
Minimum value to filter by (exclusive).OrderListParams.Created.Builder
setGte(java.lang.Long gte)
Minimum value to filter by (inclusive).OrderListParams.Created.Builder
setLt(java.lang.Long lt)
Maximum value to filter by (exclusive).OrderListParams.Created.Builder
setLte(java.lang.Long lte)
-
-
-
Method Detail
-
build
public OrderListParams.Created build()
Finalize and obtain parameter instance from this builder.
-
putExtraParam
public OrderListParams.Created.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. SeeOrderListParams.Created.extraParams
for the field documentation.
-
putAllExtraParam
public OrderListParams.Created.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. SeeOrderListParams.Created.extraParams
for the field documentation.
-
setGt
public OrderListParams.Created.Builder setGt(java.lang.Long gt)
Minimum value to filter by (exclusive).
-
setGte
public OrderListParams.Created.Builder setGte(java.lang.Long gte)
Minimum value to filter by (inclusive).
-
setLt
public OrderListParams.Created.Builder setLt(java.lang.Long lt)
Maximum value to filter by (exclusive).
-
setLte
public OrderListParams.Created.Builder setLte(java.lang.Long lte)
-
-