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