| Package | Description |
|---|---|
| cn.felord.mp.domain.card | |
| cn.felord.mp.enumeration |
| Modifier and Type | Field and Description |
|---|---|
private CondSource |
CardBizRequest.condSource |
| Constructor and Description |
|---|
CardInfoRequest(LocalDate beginDate,
LocalDate endDate,
CondSource condSource)
Instantiates a new Card info request.
|
CardInfoRequest(LocalDate beginDate,
LocalDate endDate,
CondSource condSource,
String cardId)
Instantiates a new Card info request.
|
| Modifier and Type | Method and Description |
|---|---|
static CondSource |
CondSource.deserialize(int type)
Deserialize CondSource.
|
static CondSource |
CondSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CondSource[] |
CondSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.