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