Interface IProduct
- All Superinterfaces:
IEntityGetOperations<Product>,IPartnerComponent<Tuple<String,String>>
- All Known Implementing Classes:
CustomerProductOperations,ProductOperations
public interface IProduct extends IPartnerComponent<Tuple<String,String>>, IEntityGetOperations<Product>
Holds operations that can be performed on products that apply to a given customer.
-
Method Summary
Modifier and Type Method Description Productget()Retrieves the product informationISkuCollectiongetSkus()Retrieves the SKUs for the product.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getSkus
ISkuCollection getSkus()Retrieves the SKUs for the product.- Returns:
- The SKUs for the product.
-
get
Product get()Retrieves the product information- Specified by:
getin interfaceIEntityGetOperations<Product>- Returns:
- The product information.
-