Class SupportProfileOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.profiles.SupportProfileOperations
- All Implemented Interfaces:
IEntityGetOperations<SupportProfile>,IEntityUpdateOperations<SupportProfile>,IPartnerComponent<String>,IPartnerComponentString,ISupportProfile
public class SupportProfileOperations extends BasePartnerComponentString implements ISupportProfile
The partner support profile operations implementation.
-
Constructor Summary
Constructors Constructor Description SupportProfileOperations(IPartner rootPartnerOperations)Initializes a new instance of the SupportProfileOperations class. -
Method Summary
Modifier and Type Method Description SupportProfileget()Retrieves the partner support profile.SupportProfileupdate(SupportProfile updatePayload)Updates the Partner Support ProfileMethods 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
-
SupportProfileOperations
Initializes a new instance of the SupportProfileOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
get
Retrieves the partner support profile.- Specified by:
getin interfaceIEntityGetOperations<SupportProfile>- Specified by:
getin interfaceISupportProfile- Returns:
- The partner support profile.
-
update
Updates the Partner Support Profile- Specified by:
updatein interfaceIEntityUpdateOperations<SupportProfile>- Specified by:
updatein interfaceISupportProfile- Parameters:
updatePayload- Payload of the update request- Returns:
- Updated SupportProfile
-