Class RequestListParams.Created.Builder

java.lang.Object
com.stripe.param.forwarding.RequestListParams.Created.Builder
Enclosing class:
RequestListParams.Created

public static class RequestListParams.Created.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public RequestListParams.Created build()
      Finalize and obtain parameter instance from this builder.
    • putExtraParam

      public RequestListParams.Created.Builder putExtraParam(String key, 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. See RequestListParams.Created.extraParams for the field documentation.
    • putAllExtraParam

      public RequestListParams.Created.Builder putAllExtraParam(Map<String,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. See RequestListParams.Created.extraParams for the field documentation.
    • setGt

      Return results where the created field is greater than this value.
    • setGte

      Return results where the created field is greater than or equal to this value.
    • setLt

      Return results where the created field is less than this value.
    • setLte

      Return results where the created field is less than or equal to this value.