|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.notification.FulfillmentOrderState
public class FulfillmentOrderState
This class represents the fulfillment status of an order. The valid states are: NEW - The order has been received but not prepared for shipping. PROCESSING - The order is being prepared for shipping. DELIVERED - The seller has shipped the order. WILL_NOT_DELIVER - The seller will not ship the order; this status is used for canceled orders.
Field Summary | |
---|---|
static FulfillmentOrderState |
DELIVERED
An instance of the FulfillmentOrderState class representing DELIVERED. |
static FulfillmentOrderState |
NEW
An instance of the FulfillmentOrderState class representing NEW. |
static FulfillmentOrderState |
PROCESSING
An instance of the FulfillmentOrderState class representing PROCESSING. |
static FulfillmentOrderState |
WILL_NOT_DELIVER
An instance of the FulfillmentOrderState class representing WILL_NOT_DELIVER. |
Method Summary | |
---|---|
static FulfillmentOrderState |
getState(java.lang.String state)
Get an instance of the FulfillmentOrderState based on the string value passed in. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final FulfillmentOrderState DELIVERED
public static final FulfillmentOrderState NEW
public static final FulfillmentOrderState PROCESSING
public static final FulfillmentOrderState WILL_NOT_DELIVER
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public static FulfillmentOrderState getState(java.lang.String state)
state
- The string value of the state.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |