OrganizationProfileOperations Class

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 OrganizationProfileOperations class.

Method Summary

Modifier and Type Method and Description
OrganizationProfile get()

Retrieves the organization profile.

OrganizationProfile update(OrganizationProfile updatePayload)

Updates the Organization Profile

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

OrganizationProfileOperations

public OrganizationProfileOperations(IPartner rootPartnerOperations)

Initializes a new instance of the OrganizationProfileOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.

Method Details

get

public OrganizationProfile get()

Retrieves the organization profile.

Returns:

The organization profile.

update

public OrganizationProfile update(OrganizationProfile updatePayload)

Updates the Organization Profile

Parameters:

updatePayload - Payload of the update request

Returns:

Updated Organization Profile

Applies to