Package com.stripe.param
Class FileListParams.Created.Builder
- java.lang.Object
-
- com.stripe.param.FileListParams.Created.Builder
-
- Enclosing class:
- FileListParams.Created
public static class FileListParams.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 FileListParams.Createdbuild()Finalize and obtain parameter instance from this builder.FileListParams.Created.BuildersetGt(java.lang.Long gt)Minimum value to filter by (exclusive).FileListParams.Created.BuildersetGte(java.lang.Long gte)Minimum value to filter by (inclusive).FileListParams.Created.BuildersetLt(java.lang.Long lt)Maximum value to filter by (exclusive).FileListParams.Created.BuildersetLte(java.lang.Long lte)
-
-
-
Method Detail
-
build
public FileListParams.Created build()
Finalize and obtain parameter instance from this builder.
-
setGt
public FileListParams.Created.Builder setGt(java.lang.Long gt)
Minimum value to filter by (exclusive).
-
setGte
public FileListParams.Created.Builder setGte(java.lang.Long gte)
Minimum value to filter by (inclusive).
-
setLt
public FileListParams.Created.Builder setLt(java.lang.Long lt)
Maximum value to filter by (exclusive).
-
setLte
public FileListParams.Created.Builder setLte(java.lang.Long lte)
-
-