Class PartnerProfileCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.profiles.PartnerProfileCollectionOperations
- All Implemented Interfaces:
IPartnerComponent<String>,IPartnerComponentString,IPartnerProfileCollection
public class PartnerProfileCollectionOperations extends BasePartnerComponentString implements IPartnerProfileCollection
The partner profile collection operations implementation.
-
Constructor Summary
Constructors Constructor Description PartnerProfileCollectionOperations(IPartner rootPartnerOperations)Initializes a new instance of the PartnerProfileCollectionOperations class. -
Method Summary
Modifier and Type Method Description IBillingProfilegetBillingProfile()Gets the operations available for the partner billing profile.ILegalBusinessProfilegetLegalBusinessProfile()Gets the operations available for the legal business profile.IMpnProfilegetMpnProfile()Gets the operations available for the partner network profile.IOrganizationProfilegetOrganizationProfile()Gets the operations available for the organization profile.ISupportProfilegetSupportProfile()Gets the operations available for the partner network profile.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
-
PartnerProfileCollectionOperations
Initializes a new instance of the PartnerProfileCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
getLegalBusinessProfile
Gets the operations available for the legal business profile.- Specified by:
getLegalBusinessProfilein interfaceIPartnerProfileCollection- Returns:
- The operations available for the legal business profile.
-
getMpnProfile
Gets the operations available for the partner network profile.- Specified by:
getMpnProfilein interfaceIPartnerProfileCollection- Returns:
- The operations available for the partner network profile.
-
getSupportProfile
Gets the operations available for the partner network profile.- Specified by:
getSupportProfilein interfaceIPartnerProfileCollection- Returns:
- The operations available for the partner support profile.
-
getOrganizationProfile
Gets the operations available for the organization profile.- Specified by:
getOrganizationProfilein interfaceIPartnerProfileCollection- Returns:
- The operations available for the organization profile.
-
getBillingProfile
Gets the operations available for the partner billing profile.- Specified by:
getBillingProfilein interfaceIPartnerProfileCollection- Returns:
- The operations available for the partner billing profile.
-