IPartnerProfileCollection Interface
Implements
public interface IPartnerProfileCollection extends IPartnerComponentString
Represents the behavior of a partner's profiles.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
IBilling |
getBillingProfile()
Gets the operations available for the partner billing profile. |
|
abstract
ILegal |
getLegalBusinessProfile()
Gets the operations available for the legal business profile. |
|
abstract
IMpn |
getMpnProfile()
Gets the operations available for the partner network profile. |
|
abstract
IOrganization |
getOrganizationProfile()
Gets the operations available for the organization profile. |
|
abstract
ISupport |
getSupportProfile()
Gets the operations available for the partner support profile. |
Method Details
getBillingProfile
public abstract IBillingProfile getBillingProfile()
Gets the operations available for the partner billing profile.
Returns:
getLegalBusinessProfile
public abstract ILegalBusinessProfile getLegalBusinessProfile()
Gets the operations available for the legal business profile.
Returns:
getMpnProfile
public abstract IMpnProfile getMpnProfile()
Gets the operations available for the partner network profile.
Returns:
getOrganizationProfile
public abstract IOrganizationProfile getOrganizationProfile()
Gets the operations available for the organization profile.
Returns:
getSupportProfile
public abstract ISupportProfile getSupportProfile()
Gets the operations available for the partner support profile.
Returns: