|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.checkout.AbstractCheckoutRequest
com.google.checkout.orderprocessing.AbstractOrderProcessingRequest
com.google.checkout.orderprocessing.lineitem.ResetItemsShippingInformationRequest
public class ResetItemsShippingInformationRequest
This class contains methods that construct <reset-items-shipping-information> API requests.
Field Summary |
---|
Fields inherited from class com.google.checkout.AbstractCheckoutRequest |
---|
merchantInfo |
Constructor Summary | |
---|---|
ResetItemsShippingInformationRequest(MerchantInfo merchantInfo)
Constructor which takes an instance of MerchantInfo. |
|
ResetItemsShippingInformationRequest(MerchantInfo merchantInfo,
java.lang.String googleOrderNumber)
Constructor which takes an instance of MerchantInfo and the Google order number. |
Method Summary | |
---|---|
void |
addItem(java.lang.String merchantItemId)
Add the merchantItemId which is to be reset. |
boolean |
isSendEmail()
True if an email is to be sent to the buyer. |
void |
setSendEmail(boolean sendEmail)
True if an email is to be sent to the buyer. |
Methods inherited from class com.google.checkout.orderprocessing.AbstractOrderProcessingRequest |
---|
getGoogleOrderNo, getGoogleOrderNumber, setGoogleOrderNo, setGoogleOrderNumber |
Methods inherited from class com.google.checkout.AbstractCheckoutRequest |
---|
getDocument, getPostUrl, getRoot, getXml, getXmlPretty, send |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResetItemsShippingInformationRequest(MerchantInfo merchantInfo)
merchantInfo
- The merchant's information.public ResetItemsShippingInformationRequest(MerchantInfo merchantInfo, java.lang.String googleOrderNumber)
merchantInfo
- The merchant's information.googleOrderNumber
- The Google order numberMethod Detail |
---|
public boolean isSendEmail()
public void setSendEmail(boolean sendEmail)
sendEmail
- The boolean value.public void addItem(java.lang.String merchantItemId)
merchantItemId
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |