Interface ICartCollection
- All Superinterfaces:
IEntityCreateOperations<Cart,Cart>,IEntitySelector<String,ICart>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CartCollectionOperations
public interface ICartCollection extends IPartnerComponentString, IEntityCreateOperations<Cart,Cart>, IEntitySelector<String,ICart>
Encapsulates a customer cart behavior.
-
Method Summary
Methods inherited from interface com.microsoft.store.partnercenter.genericoperations.IEntityCreateOperations
createMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
byId
Obtains a specific cart behavior.- Specified by:
byIdin interfaceIEntitySelector<String,ICart>- Parameters:
cartId- Identifier for the cart.- Returns:
- The available cart operations.
-