public static class SubscriptionService.SubscriptionListRequest.CreatedAt
extends java.lang.Object
Constructor and Description |
---|
SubscriptionService.SubscriptionListRequest.CreatedAt() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getQueryParams() |
SubscriptionService.SubscriptionListRequest.CreatedAt |
withGt(java.lang.String gt)
Limit to records created after the specified date-time.
|
SubscriptionService.SubscriptionListRequest.CreatedAt |
withGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
|
SubscriptionService.SubscriptionListRequest.CreatedAt |
withLt(java.lang.String lt)
Limit to records created before the specified date-time.
|
SubscriptionService.SubscriptionListRequest.CreatedAt |
withLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
|
public SubscriptionService.SubscriptionListRequest.CreatedAt()
public SubscriptionService.SubscriptionListRequest.CreatedAt withGt(java.lang.String gt)
Limit to records created after the specified date-time.
public SubscriptionService.SubscriptionListRequest.CreatedAt withGte(java.lang.String gte)
Limit to records created on or after the specified date-time.
public SubscriptionService.SubscriptionListRequest.CreatedAt withLt(java.lang.String lt)
Limit to records created before the specified date-time.
public SubscriptionService.SubscriptionListRequest.CreatedAt withLte(java.lang.String lte)
Limit to records created on or before the specified date-time.
public java.util.Map<java.lang.String,java.lang.Object> getQueryParams()