org.springframework.social.partnercenter.api.profile.ProfileOperations Maven / Gradle / Ivy
package org.springframework.social.partnercenter.api.profile;
import org.springframework.http.ResponseEntity;
public interface ProfileOperations {
ResponseEntity getLegalBusinessProfile();
ResponseEntity updateLegalBusinessProfile(LegalBusinessProfile legalBusinessProfile);
ResponseEntity getOrganizationProfile();
ResponseEntity updateOrganizationProfile(OrganizationProfile organizationProfile);
ResponseEntity getPartnerBillingProfile();
ResponseEntity updatePartnerBillingProfile(BillingProfile billingProfile);
ResponseEntity getMPNProfile();
ResponseEntity getSupportProfile();
ResponseEntity updateSupportProfile(SupportProfile supportProfile);
ResponseEntity getPartner(String mpnId);
// PartnerCenterResponse getAllSubscriptionsForPartner();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy