public static class SubscriptionScheduleListParams.ReleasedAt.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SubscriptionScheduleListParams.ReleasedAt |
build()
Finalize and obtain parameter instance from this builder.
|
SubscriptionScheduleListParams.ReleasedAt.Builder |
setGt(java.lang.Long gt)
Minimum value to filter by (exclusive).
|
SubscriptionScheduleListParams.ReleasedAt.Builder |
setGte(java.lang.Long gte)
Minimum value to filter by (inclusive).
|
SubscriptionScheduleListParams.ReleasedAt.Builder |
setLt(java.lang.Long lt)
Maximum value to filter by (exclusive).
|
SubscriptionScheduleListParams.ReleasedAt.Builder |
setLte(java.lang.Long lte)
Maximum value to filter by (inclusive).
|
public SubscriptionScheduleListParams.ReleasedAt build()
public SubscriptionScheduleListParams.ReleasedAt.Builder setGt(java.lang.Long gt)
public SubscriptionScheduleListParams.ReleasedAt.Builder setGte(java.lang.Long gte)
public SubscriptionScheduleListParams.ReleasedAt.Builder setLt(java.lang.Long lt)
public SubscriptionScheduleListParams.ReleasedAt.Builder setLte(java.lang.Long lte)