| Package | Description |
|---|---|
| com.paypal.sdk.models |
| Modifier and Type | Method and Description |
|---|---|
static ShipmentCarrier |
ShipmentCarrier.constructFromString(String toConvert)
Returns the enum member associated with the given string value.
|
static ShipmentCarrier |
ShipmentCarrier.fromString(String toConvert)
Returns the enum member associated with the given string value.
|
ShipmentCarrier |
OrderTrackerRequest.getCarrier()
Getter for Carrier.
|
static ShipmentCarrier |
ShipmentCarrier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShipmentCarrier[] |
ShipmentCarrier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OrderTrackerRequest.Builder |
OrderTrackerRequest.Builder.carrier(ShipmentCarrier carrier)
Setter for carrier.
|
void |
OrderTrackerRequest.setCarrier(ShipmentCarrier carrier)
Setter for Carrier.
|
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ShipmentCarrier.toValue(List<ShipmentCarrier> toConvert)
Convert list of ShipmentCarrier values to list of string values.
|
| Constructor and Description |
|---|
OrderTrackerRequest(String captureId,
String trackingNumber,
ShipmentCarrier carrier,
String carrierNameOther,
Boolean notifyPayer,
List<OrderTrackerItem> items)
Initialization constructor.
|
Copyright © 2025. All rights reserved.