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