PartnerProfileCollectionOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. profiles. PartnerProfileCollectionOperations
- com.
- com.
- com.
Implements
public class PartnerProfileCollectionOperations extends BasePartnerComponentString implements IPartnerProfileCollection
The partner profile collection operations implementation.
Constructor Summary
| Constructor | Description |
|---|---|
| PartnerProfileCollectionOperations(IPartner rootPartnerOperations) |
Initializes a new instance of the Partner |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
IBilling |
getBillingProfile()
Gets the operations available for the partner billing profile. |
|
ILegal |
getLegalBusinessProfile()
Gets the operations available for the legal business profile. |
|
IMpn |
getMpnProfile()
Gets the operations available for the partner network profile. |
|
IOrganization |
getOrganizationProfile()
Gets the operations available for the organization profile. |
|
ISupport |
getSupportProfile()
Gets the operations available for the partner network profile. |
Inherited Members
Constructor Details
PartnerProfileCollectionOperations
public PartnerProfileCollectionOperations(IPartner rootPartnerOperations)
Initializes a new instance of the PartnerProfileCollectionOperations class.
Parameters:
Method Details
getBillingProfile
public IBillingProfile getBillingProfile()
Gets the operations available for the partner billing profile.
getLegalBusinessProfile
public ILegalBusinessProfile getLegalBusinessProfile()
Gets the operations available for the legal business profile.
getMpnProfile
public IMpnProfile getMpnProfile()
Gets the operations available for the partner network profile.
getOrganizationProfile
public IOrganizationProfile getOrganizationProfile()
Gets the operations available for the organization profile.
getSupportProfile
public ISupportProfile getSupportProfile()
Gets the operations available for the partner network profile.