|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.SetUserPreferencesCall
public class SetUserPreferencesCall
Wrapper class of the SetUserPreferences call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
BidderNoticePreferences
- Container consisting of the seller's preference for receiving contact information for unsuccessful bidders. This preference is only applicable for auction listings.
CombinedPaymentPreferences
- Container consisting of the seller's preference for allowing Combined Invoice orders for the same seller and buyer. CrossPromotionPreferences
- This container is deprecated.
SellerPaymentPreferences
- Container consisting of the seller's payment preferences. One or more preferences may be set or modified under this field. Payment preferences specified in a SetUserPreferences call override the settings in My eBay payment preferences.
SellerFavoriteItemPreferences
- Container consisting of the seller's preferences for displaying items on a buyer's Favorite Sellers' Items page or Favorite Sellers' Items digest. One or more preferences may be set or modified under this field.
EndOfAuctionEmailPreferences
- Container consisting of the seller's preferences for the end-of-auction email sent to the winning bidder. These preferences allow the seller to customize the Email that is sent to buyer at the end of the auction. One or more preferences may be set or modified under this field. These preferences are only applicable for auction listings.
EmailShipmentTrackingNumberPreference
- Flag that controls whether the shipment's tracking number is sent by Email to the buyer.
RequiredShipPhoneNumberPreference
- Flag that controls whether the buyer is required to provide a shipping phone number upon checkout. Some shipping carriers require the receiver's phone number.
UnpaidItemAssistancePreferences
- Container consisting of a seller's Unpaid Item Assistant preferences. The Unpaid Item Assistant automatically opens an Unpaid Item dispute on the behalf of the seller. One or more preferences may be set or modified under this field.
PurchaseReminderEmailPreferences
- Container consisting of a seller's preference for sending a purchase
reminder email to buyers.
SellerThirdPartyCheckoutDisabled
- A flag used to disable the use of a third-party application to handle the checkout flow for a seller. If set to true, Third-Party Checkout is disabled and any checkout flow initiated on the seller's application is redirected to the eBay checkout flow.
DispatchCutoffTimePreference
- Contains information about a seller's order cut off time preferences for same day shipping. If the seller specifies a value of 0
in Item.DispatchTimeMax to offer same day handling when listing an item, the seller's shipping time commitment depends on the order cut off time set for the listing site, as indicated by DispatchCutoffTimePreference.CutoffTime.
GlobalShippingProgramListingPreference
- If this flag is included and set to true
, the seller's new listings will enable the Global Shipping Program by default.
false
).
OverrideGSPserviceWithIntlService
- If this flag is included and set to true
, and the seller specifies an international shipping service to a particular country for a given listing, the specified service will take precedence and be the listing's default international shipping option for buyers in that country, rather than the Global Shipping Program. The Global Shipping Program will still be the listing's default option for shipping to any Global Shipping-eligible country for which the seller does not specify an international shipping service.
false
, the Global Shipping Program will be each Global Shipping-eligible listing's default option for shipping to any Global Shipping-eligible country, regardless of any international shipping service that the seller specifies for the listing.
OutOfStockControlPreference
- When this flag is set to 'true', it enable the Out-of-Stock feature. A seller would use this feature to keep Fixed-Price GTC (Good 'Til Canceled) listings alive even when the "quantity available" value goes to 0 (zero). This is useful when waiting for additional stock and eliminates the need to end the listing and then recreating it when stock arrives.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
SetUserPreferencesCall()
Constructor. |
|
SetUserPreferencesCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
BidderNoticePreferencesType |
getBidderNoticePreferences()
Gets the SetUserPreferencesRequestType.bidderNoticePreferences. |
CombinedPaymentPreferencesType |
getCombinedPaymentPreferences()
Gets the SetUserPreferencesRequestType.combinedPaymentPreferences. |
CrossPromotionPreferencesType |
getCrossPromotionPreferences()
Gets the SetUserPreferencesRequestType.crossPromotionPreferences. |
DispatchCutoffTimePreferencesType |
getDispatchCutoffTimePreference()
Gets the SetUserPreferencesRequestType.dispatchCutoffTimePreference. |
Boolean |
getEmailShipmentTrackingNumberPreference()
Gets the SetUserPreferencesRequestType.emailShipmentTrackingNumberPreference. |
EndOfAuctionEmailPreferencesType |
getEndOfAuctionEmailPreferences()
Gets the SetUserPreferencesRequestType.endOfAuctionEmailPreferences. |
Boolean |
getGlobalShippingProgramListingPreference()
Gets the SetUserPreferencesRequestType.globalShippingProgramListingPreference. |
Boolean |
getOutOfStockControlPreference()
Gets the SetUserPreferencesRequestType.outOfStockControlPreference. |
Boolean |
getOverrideGSPserviceWithIntlService()
Gets the SetUserPreferencesRequestType.overrideGSPserviceWithIntlService. |
PurchaseReminderEmailPreferencesType |
getPurchaseReminderEmailPreferences()
Gets the SetUserPreferencesRequestType.purchaseReminderEmailPreferences. |
Boolean |
getRequiredShipPhoneNumberPreference()
Gets the SetUserPreferencesRequestType.requiredShipPhoneNumberPreference. |
SellerFavoriteItemPreferencesType |
getSellerFavoriteItemPreferences()
Gets the SetUserPreferencesRequestType.sellerFavoriteItemPreferences. |
SellerPaymentPreferencesType |
getSellerPaymentPreferences()
Gets the SetUserPreferencesRequestType.sellerPaymentPreferences. |
Boolean |
getSellerThirdPartyCheckoutDisabled()
Gets the SetUserPreferencesRequestType.sellerThirdPartyCheckoutDisabled. |
UnpaidItemAssistancePreferencesType |
getUnpaidItemAssistancePreferences()
Gets the SetUserPreferencesRequestType.unpaidItemAssistancePreferences. |
void |
setBidderNoticePreferences(BidderNoticePreferencesType bidderNoticePreferences)
Sets the SetUserPreferencesRequestType.bidderNoticePreferences. |
void |
setCombinedPaymentPreferences(CombinedPaymentPreferencesType combinedPaymentPreferences)
Sets the SetUserPreferencesRequestType.combinedPaymentPreferences. |
void |
setCrossPromotionPreferences(CrossPromotionPreferencesType crossPromotionPreferences)
Sets the SetUserPreferencesRequestType.crossPromotionPreferences. |
void |
setDispatchCutoffTimePreference(DispatchCutoffTimePreferencesType dispatchCutoffTimePreference)
Sets the SetUserPreferencesRequestType.dispatchCutoffTimePreference. |
void |
setEmailShipmentTrackingNumberPreference(Boolean emailShipmentTrackingNumberPreference)
Sets the SetUserPreferencesRequestType.emailShipmentTrackingNumberPreference. |
void |
setEndOfAuctionEmailPreferences(EndOfAuctionEmailPreferencesType endOfAuctionEmailPreferences)
Sets the SetUserPreferencesRequestType.endOfAuctionEmailPreferences. |
void |
setGlobalShippingProgramListingPreference(Boolean globalShippingProgramListingPreference)
Sets the SetUserPreferencesRequestType.globalShippingProgramListingPreference. |
void |
setOutOfStockControlPreference(Boolean outOfStockControlPreference)
Sets the SetUserPreferencesRequestType.outOfStockControlPreference. |
void |
setOverrideGSPserviceWithIntlService(Boolean overrideGSPserviceWithIntlService)
Sets the SetUserPreferencesRequestType.overrideGSPserviceWithIntlService. |
void |
setPurchaseReminderEmailPreferences(PurchaseReminderEmailPreferencesType purchaseReminderEmailPreferences)
Sets the SetUserPreferencesRequestType.purchaseReminderEmailPreferences. |
void |
setRequiredShipPhoneNumberPreference(Boolean requiredShipPhoneNumberPreference)
Sets the SetUserPreferencesRequestType.requiredShipPhoneNumberPreference. |
void |
setSellerFavoriteItemPreferences(SellerFavoriteItemPreferencesType sellerFavoriteItemPreferences)
Sets the SetUserPreferencesRequestType.sellerFavoriteItemPreferences. |
void |
setSellerPaymentPreferences(SellerPaymentPreferencesType sellerPaymentPreferences)
Sets the SetUserPreferencesRequestType.sellerPaymentPreferences. |
void |
setSellerThirdPartyCheckoutDisabled(Boolean sellerThirdPartyCheckoutDisabled)
Sets the SetUserPreferencesRequestType.sellerThirdPartyCheckoutDisabled. |
void |
setUnpaidItemAssistancePreferences(UnpaidItemAssistancePreferencesType unpaidItemAssistancePreferences)
Sets the SetUserPreferencesRequestType.unpaidItemAssistancePreferences. |
void |
setUserPreferences()
Sets the authenticated user's preferences to those specified in the request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetUserPreferencesCall()
public SetUserPreferencesCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void setUserPreferences() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public BidderNoticePreferencesType getBidderNoticePreferences()
public void setBidderNoticePreferences(BidderNoticePreferencesType bidderNoticePreferences)
bidderNoticePreferences
- BidderNoticePreferencesTypepublic CombinedPaymentPreferencesType getCombinedPaymentPreferences()
public void setCombinedPaymentPreferences(CombinedPaymentPreferencesType combinedPaymentPreferences)
combinedPaymentPreferences
- CombinedPaymentPreferencesTypepublic CrossPromotionPreferencesType getCrossPromotionPreferences()
public void setCrossPromotionPreferences(CrossPromotionPreferencesType crossPromotionPreferences)
crossPromotionPreferences
- CrossPromotionPreferencesTypepublic DispatchCutoffTimePreferencesType getDispatchCutoffTimePreference()
public void setDispatchCutoffTimePreference(DispatchCutoffTimePreferencesType dispatchCutoffTimePreference)
dispatchCutoffTimePreference
- DispatchCutoffTimePreferencesTypepublic Boolean getEmailShipmentTrackingNumberPreference()
public void setEmailShipmentTrackingNumberPreference(Boolean emailShipmentTrackingNumberPreference)
emailShipmentTrackingNumberPreference
- Booleanpublic EndOfAuctionEmailPreferencesType getEndOfAuctionEmailPreferences()
public void setEndOfAuctionEmailPreferences(EndOfAuctionEmailPreferencesType endOfAuctionEmailPreferences)
endOfAuctionEmailPreferences
- EndOfAuctionEmailPreferencesTypepublic Boolean getGlobalShippingProgramListingPreference()
public void setGlobalShippingProgramListingPreference(Boolean globalShippingProgramListingPreference)
globalShippingProgramListingPreference
- Booleanpublic Boolean getOutOfStockControlPreference()
public void setOutOfStockControlPreference(Boolean outOfStockControlPreference)
outOfStockControlPreference
- Booleanpublic Boolean getOverrideGSPserviceWithIntlService()
public void setOverrideGSPserviceWithIntlService(Boolean overrideGSPserviceWithIntlService)
overrideGSPserviceWithIntlService
- Booleanpublic PurchaseReminderEmailPreferencesType getPurchaseReminderEmailPreferences()
public void setPurchaseReminderEmailPreferences(PurchaseReminderEmailPreferencesType purchaseReminderEmailPreferences)
purchaseReminderEmailPreferences
- PurchaseReminderEmailPreferencesTypepublic Boolean getRequiredShipPhoneNumberPreference()
public void setRequiredShipPhoneNumberPreference(Boolean requiredShipPhoneNumberPreference)
requiredShipPhoneNumberPreference
- Booleanpublic SellerFavoriteItemPreferencesType getSellerFavoriteItemPreferences()
public void setSellerFavoriteItemPreferences(SellerFavoriteItemPreferencesType sellerFavoriteItemPreferences)
sellerFavoriteItemPreferences
- SellerFavoriteItemPreferencesTypepublic SellerPaymentPreferencesType getSellerPaymentPreferences()
public void setSellerPaymentPreferences(SellerPaymentPreferencesType sellerPaymentPreferences)
sellerPaymentPreferences
- SellerPaymentPreferencesTypepublic Boolean getSellerThirdPartyCheckoutDisabled()
public void setSellerThirdPartyCheckoutDisabled(Boolean sellerThirdPartyCheckoutDisabled)
sellerThirdPartyCheckoutDisabled
- Booleanpublic UnpaidItemAssistancePreferencesType getUnpaidItemAssistancePreferences()
public void setUnpaidItemAssistancePreferences(UnpaidItemAssistancePreferencesType unpaidItemAssistancePreferences)
unpaidItemAssistancePreferences
- UnpaidItemAssistancePreferencesType
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.