Class ReportRunCreateParams.Builder

java.lang.Object
com.stripe.param.v2.reporting.ReportRunCreateParams.Builder
Enclosing class:
ReportRunCreateParams

public static class ReportRunCreateParams.Builder extends Object
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

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

      public ReportRunCreateParams.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 ReportRunCreateParams.extraParams for the field documentation.
    • putAllExtraParam

      public ReportRunCreateParams.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 ReportRunCreateParams.extraParams for the field documentation.
    • setReport

      public ReportRunCreateParams.Builder setReport(String report)
      Required. The unique identifier of the Report being requested.
    • putReportParameter

      Add a key/value pair to `reportParameters` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See ReportRunCreateParams.reportParameters for the field documentation.
    • putAllReportParameter

      Add all map key/value pairs to `reportParameters` map. A map is initialized for the first `put/putAll` call, and subsequent calls add additional key/value pairs to the original map. See ReportRunCreateParams.reportParameters for the field documentation.
    • setResultOptions

      public ReportRunCreateParams.Builder setResultOptions(ReportRunCreateParams.ResultOptions resultOptions)
      Optional settings to customize the results of the ReportRun.