Class MpnProfileOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.profiles.MpnProfileOperations
- All Implemented Interfaces:
IEntityGetOperations<MpnProfile>,IPartnerComponent<String>,IPartnerComponentString,IMpnProfile
public class MpnProfileOperations extends BasePartnerComponentString implements IMpnProfile
Class which contains operations for Partner Network Profile
-
Constructor Summary
Constructors Constructor Description MpnProfileOperations(IPartner rootPartnerOperations)Initializes a new instance of the MpnProfileOperations class. -
Method Summary
Modifier and Type Method Description MpnProfileget()Retrieves the logged in reseller's MpnProfile.MpnProfileget(String mpnId)Retrieves a MpnProfile by MPN Id.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
MpnProfileOperations
Initializes a new instance of the MpnProfileOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
get
Retrieves the logged in reseller's MpnProfile.- Specified by:
getin interfaceIEntityGetOperations<MpnProfile>- Specified by:
getin interfaceIMpnProfile- Returns:
- The partner network profile.
-
get
Retrieves a MpnProfile by MPN Id.- Specified by:
getin interfaceIMpnProfile- Parameters:
mpnId- The MPN Id.- Returns:
- The partner network profile.
-