| Package | Description |
|---|---|
| org.jsmpp.examples.receipts |
| Modifier and Type | Method and Description |
|---|---|
static CustomDeliveryReceiptState |
CustomDeliveryReceiptState.getByName(String name) |
CustomDeliveryReceiptState |
CustomDeliveryReceipt.getFinalStatus() |
static CustomDeliveryReceiptState |
CustomDeliveryReceiptState.valueOf(int value) |
static CustomDeliveryReceiptState |
CustomDeliveryReceiptState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomDeliveryReceiptState[] |
CustomDeliveryReceiptState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomDeliveryReceipt.setFinalStatus(CustomDeliveryReceiptState finalStatus) |
| Constructor and Description |
|---|
CustomDeliveryReceipt(String id,
int submitted,
int delivered,
Date submitDate,
Date doneDate,
CustomDeliveryReceiptState finalStatus,
String error,
String text) |
Copyright © 2025 WSO2. All rights reserved.