OrganizationProfileOperations Class
- java.
lang. Object - com.
microsoft. store. partnercenter. BasePartnerComponent<TContext> - com.
microsoft. store. partnercenter. BasePartnerComponentString - com.
microsoft. store. partnercenter. profiles. OrganizationProfileOperations
- com.
- com.
- com.
Implements
public class OrganizationProfileOperations extends BasePartnerComponentString implements IOrganizationProfile
The organization profile operations implementation.
Constructor Summary
| Constructor | Description |
|---|---|
| OrganizationProfileOperations(IPartner rootPartnerOperations) |
Initializes a new instance of the Organization |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Organization |
get()
Retrieves the organization profile. |
|
Organization |
update(OrganizationProfile updatePayload)
Updates the Organization Profile |
Inherited Members
Constructor Details
OrganizationProfileOperations
public OrganizationProfileOperations(IPartner rootPartnerOperations)
Initializes a new instance of the OrganizationProfileOperations class.
Parameters:
Method Details
get
public OrganizationProfile get()
Retrieves the organization profile.
Returns:
update
public OrganizationProfile update(OrganizationProfile updatePayload)
Updates the Organization Profile
Parameters:
Returns: