| Package | Description |
|---|---|
| jp.gopay.sdk.models.common | |
| jp.gopay.sdk.models.request.configuration | |
| jp.gopay.sdk.types |
| Modifier and Type | Method | Description |
|---|---|---|
DayOfWeek |
WeeklyTransferConfiguration.getClosingDay() |
|
DayOfWeek |
TransferScheduleConfiguration.getDayOfWeek() |
|
DayOfWeek |
WeeklyTransferConfiguration.getPayoutDay() |
|
DayOfWeek |
TransferScheduleConfiguration.getWeeklyClosingDay() |
|
DayOfWeek |
TransferScheduleConfiguration.getWeeklyPayoutDay() |
| Modifier and Type | Method | Description |
|---|---|---|
DayOfWeek |
PreconfiguredWeeklySchedule.getClosingDay() |
|
DayOfWeek |
TransferScheduleConfigurationRequest.getDayOfWeek() |
|
DayOfWeek |
PreconfiguredWeeklySchedule.getPayoutDay() |
| Constructor | Description |
|---|---|
PreconfiguredWeeklySchedule(DayOfWeek closingDay,
DayOfWeek payoutDay) |
|
TransferScheduleConfigurationRequest(org.joda.time.Period waitPeriod,
TransferPeriod period,
DayOfWeek dayOfWeek,
WeekOfMonth weekOfMonth,
DayOfMonth dayOfMonth,
Boolean fullPeriodRequired) |
| Modifier and Type | Method | Description |
|---|---|---|
static DayOfWeek |
DayOfWeek.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DayOfWeek[] |
DayOfWeek.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018 The Apache Software Foundation. All rights reserved.