Class ExtensionsOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.extensions.ExtensionsOperations
- All Implemented Interfaces:
IExtensions,IPartnerComponent<String>,IPartnerComponentString
public class ExtensionsOperations extends BasePartnerComponentString implements IExtensions
Extensions operations implementation.
-
Constructor Summary
Constructors Constructor Description ExtensionsOperations(IPartner rootPartnerOperations)Initializes a new instance of the ProductExtensionsOperations class. -
Method Summary
Modifier and Type Method Description IProductExtensionsgetProduct()Retrieves the product extension operations.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
ExtensionsOperations
Initializes a new instance of the ProductExtensionsOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
getProduct
Retrieves the product extension operations.- Specified by:
getProductin interfaceIExtensions- Returns:
- The product extensions operations.
-