Package com.stripe.param.v2.core
Class EventListParams.Created
java.lang.Object
com.stripe.param.v2.core.EventListParams.Created
- Enclosing class:
- EventListParams
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanMap of extra parameters for custom features not available in this client library.getGt()Filter for events created after the specified timestamp.getGte()Filter for events created at or after the specified timestamp.getLt()Filter for events created before the specified timestamp.getLte()Filter for events created at or before the specified timestamp.inthashCode()
-
Method Details
-
builder
-
getExtraParams
Map of extra parameters for custom features not available in this client library. The content in this map is not serialized under this field's@SerializedNamevalue. Instead, each key/value pair is serialized as if the key is a root-level field (serialized) name in this param object. Effectively, this map is flattened to its parent instance. -
getGt
Filter for events created after the specified timestamp. -
getGte
Filter for events created at or after the specified timestamp. -
getLt
Filter for events created before the specified timestamp. -
getLte
Filter for events created at or before the specified timestamp. -
equals
-
canEqual
-
hashCode
public int hashCode()
-