| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static IntervalUnit |
IntervalUnit.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static IntervalUnit |
IntervalUnit.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
IntervalUnit |
Frequency.getIntervalUnit()
Getter for IntervalUnit.
|
static IntervalUnit |
IntervalUnit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntervalUnit[] |
IntervalUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Frequency.Builder |
Frequency.Builder.intervalUnit(IntervalUnit intervalUnit)
Setter for intervalUnit.
|
void |
Frequency.setIntervalUnit(IntervalUnit intervalUnit)
Setter for IntervalUnit.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
IntervalUnit.toValue(List<IntervalUnit> toConvert)
Convert list of IntervalUnit values to list of string values.
|
| Constructor and Description |
|---|
Builder(IntervalUnit intervalUnit)
Initialization constructor.
|
Frequency(IntervalUnit intervalUnit,
Integer intervalCount)
Initialization constructor.
|
Copyright © 2026. All rights reserved.