Interface IPartnerProfileCollection
- All Superinterfaces:
IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
PartnerProfileCollectionOperations
public interface IPartnerProfileCollection extends IPartnerComponentString
Represents the behavior of a partner's profiles.
-
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 support profile.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getLegalBusinessProfile
ILegalBusinessProfile getLegalBusinessProfile()Gets the operations available for the legal business profile.- Returns:
- The operations available for the legal business profile.
-
getMpnProfile
IMpnProfile getMpnProfile()Gets the operations available for the partner network profile.- Returns:
- The operations available for the partner network profile.
-
getSupportProfile
ISupportProfile getSupportProfile()Gets the operations available for the partner support profile.- Returns:
- The operations available for the partner support profile.
-
getOrganizationProfile
IOrganizationProfile getOrganizationProfile()Gets the operations available for the organization profile.- Returns:
- The operations available for the organization profile.
-
getBillingProfile
IBillingProfile getBillingProfile()Gets the operations available for the partner billing profile.- Returns:
- The operations available for the partner billing profile.
-