public static class SubscriptionListParams.CurrentPeriodStart.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SubscriptionListParams.CurrentPeriodStart |
build()
Finalize and obtain parameter instance from this builder.
|
SubscriptionListParams.CurrentPeriodStart.Builder |
putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
Add all map key/value pairs to `extraParams` map.
|
SubscriptionListParams.CurrentPeriodStart.Builder |
putExtraParam(java.lang.String key,
java.lang.Object value)
Add a key/value pair to `extraParams` map.
|
SubscriptionListParams.CurrentPeriodStart.Builder |
setGt(java.lang.Long gt)
Minimum value to filter by (exclusive).
|
SubscriptionListParams.CurrentPeriodStart.Builder |
setGte(java.lang.Long gte)
Minimum value to filter by (inclusive).
|
SubscriptionListParams.CurrentPeriodStart.Builder |
setLt(java.lang.Long lt)
Maximum value to filter by (exclusive).
|
SubscriptionListParams.CurrentPeriodStart.Builder |
setLte(java.lang.Long lte) |
public SubscriptionListParams.CurrentPeriodStart build()
public SubscriptionListParams.CurrentPeriodStart.Builder putExtraParam(java.lang.String key, java.lang.Object value)
SubscriptionListParams.CurrentPeriodStart.extraParams
for the field documentation.public SubscriptionListParams.CurrentPeriodStart.Builder putAllExtraParam(java.util.Map<java.lang.String,java.lang.Object> map)
SubscriptionListParams.CurrentPeriodStart.extraParams
for the field
documentation.public SubscriptionListParams.CurrentPeriodStart.Builder setGt(java.lang.Long gt)
public SubscriptionListParams.CurrentPeriodStart.Builder setGte(java.lang.Long gte)
public SubscriptionListParams.CurrentPeriodStart.Builder setLt(java.lang.Long lt)
public SubscriptionListParams.CurrentPeriodStart.Builder setLte(java.lang.Long lte)