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