@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class TransferRecurringSchedule extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_END_DATE |
static String |
SERIALIZED_NAME_INTERVAL_COUNT |
static String |
SERIALIZED_NAME_INTERVAL_EXECUTION_DAY |
static String |
SERIALIZED_NAME_INTERVAL_UNIT |
static String |
SERIALIZED_NAME_START_DATE |
| Constructor and Description |
|---|
TransferRecurringSchedule() |
| Modifier and Type | Method and Description |
|---|---|
TransferRecurringSchedule |
endDate(LocalDate endDate) |
boolean |
equals(Object o) |
LocalDate |
getEndDate()
A date in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD).
|
Integer |
getIntervalCount()
The number of recurring `interval_units` between originations.
|
Integer |
getIntervalExecutionDay()
The day of the interval on which to schedule the transfer.
|
TransferScheduleIntervalUnit |
getIntervalUnit()
Get intervalUnit
|
LocalDate |
getStartDate()
A date in [ISO 8601](https://wikipedia.org/wiki/ISO_8601) format (YYYY-MM-DD).
|
int |
hashCode() |
TransferRecurringSchedule |
intervalCount(Integer intervalCount) |
TransferRecurringSchedule |
intervalExecutionDay(Integer intervalExecutionDay) |
TransferRecurringSchedule |
intervalUnit(TransferScheduleIntervalUnit intervalUnit) |
void |
setEndDate(LocalDate endDate) |
void |
setIntervalCount(Integer intervalCount) |
void |
setIntervalExecutionDay(Integer intervalExecutionDay) |
void |
setIntervalUnit(TransferScheduleIntervalUnit intervalUnit) |
void |
setStartDate(LocalDate startDate) |
TransferRecurringSchedule |
startDate(LocalDate startDate) |
String |
toString() |
public static final String SERIALIZED_NAME_INTERVAL_UNIT
public static final String SERIALIZED_NAME_INTERVAL_COUNT
public static final String SERIALIZED_NAME_INTERVAL_EXECUTION_DAY
public static final String SERIALIZED_NAME_START_DATE
public static final String SERIALIZED_NAME_END_DATE
public TransferRecurringSchedule intervalUnit(TransferScheduleIntervalUnit intervalUnit)
public TransferScheduleIntervalUnit getIntervalUnit()
public void setIntervalUnit(TransferScheduleIntervalUnit intervalUnit)
public TransferRecurringSchedule intervalCount(Integer intervalCount)
public Integer getIntervalCount()
public void setIntervalCount(Integer intervalCount)
public TransferRecurringSchedule intervalExecutionDay(Integer intervalExecutionDay)
public Integer getIntervalExecutionDay()
public void setIntervalExecutionDay(Integer intervalExecutionDay)
public TransferRecurringSchedule startDate(LocalDate startDate)
public LocalDate getStartDate()
public void setStartDate(LocalDate startDate)
public TransferRecurringSchedule endDate(LocalDate endDate)
@Nullable public LocalDate getEndDate()
public void setEndDate(LocalDate endDate)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.