public static class ReceiptRequest.AllOrFirstTier
extends java.lang.Object
ReceiptRequest.| Modifier and Type | Field and Description |
|---|---|
static ReceiptRequest.AllOrFirstTier |
ALL_RECIPIENTS
Requests Receipts from All the Recipients.
|
static ReceiptRequest.AllOrFirstTier |
FIRST_TIER_RECIPIENTS
Requests Receipts only from the First Tier Recipients.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Indicate if this object equals the specified object.
|
int |
getValue()
Returns the value.
|
int |
hashCode()
Returns the hash code of this object.
|
public static final ReceiptRequest.AllOrFirstTier ALL_RECIPIENTS
public static final ReceiptRequest.AllOrFirstTier FIRST_TIER_RECIPIENTS
public int getValue()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecttrue if the specified object is equals to this object; false otherwise.