Interface IMpnProfile
- All Superinterfaces:
IEntityGetOperations<MpnProfile>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
MpnProfileOperations
public interface IMpnProfile extends IPartnerComponentString, IEntityGetOperations<MpnProfile>
Operations for MpnProfile
-
Method Summary
Modifier and Type Method Description MpnProfileget()Retrieves the logged in partner's MPN profile.MpnProfileget(String mpnId)Retrieves a partner's MPN profile by MPN Id.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
MpnProfile get()Retrieves the logged in partner's MPN profile.- Specified by:
getin interfaceIEntityGetOperations<MpnProfile>- Returns:
- The partner's MPN profile.
-
get
Retrieves a partner's MPN profile by MPN Id.- Parameters:
mpnId- The MPN id.- Returns:
- The partner's MPN profile.
-