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