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 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.