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