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