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