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 IBillingProfile getBillingProfile()

Gets the operations available for the partner billing profile.

abstract ILegalBusinessProfile getLegalBusinessProfile()

Gets the operations available for the legal business profile.

abstract IMpnProfile getMpnProfile()

Gets the operations available for the partner network profile.

abstract IOrganizationProfile getOrganizationProfile()

Gets the operations available for the organization profile.

abstract ISupportProfile 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:

The operations available for the partner billing profile.

getLegalBusinessProfile

public abstract ILegalBusinessProfile getLegalBusinessProfile()

Gets the operations available for the legal business profile.

Returns:

The operations available for the legal business profile.

getMpnProfile

public abstract IMpnProfile getMpnProfile()

Gets the operations available for the partner network profile.

Returns:

The operations available for the partner network profile.

getOrganizationProfile

public abstract IOrganizationProfile getOrganizationProfile()

Gets the operations available for the organization profile.

Returns:

The operations available for the organization profile.

getSupportProfile

public abstract ISupportProfile getSupportProfile()

Gets the operations available for the partner support profile.

Returns:

The operations available for the partner support profile.

Applies to