IOrganizationProfile Interface
Implements
public interface IOrganizationProfile extends IPartnerComponentString, IEntityGetOperations<OrganizationProfile>, IEntityUpdateOperations<OrganizationProfile>
Encapsulates behavior of a organization profile.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Organization |
get()
Retrieves the partner's organization profile. |
|
abstract
Organization |
update(OrganizationProfile entity)
Updates the partner's organization profile. |
Method Details
get
public abstract OrganizationProfile get()
Retrieves the partner's organization profile.
Returns:
update
public abstract OrganizationProfile update(OrganizationProfile entity)
Updates the partner's organization profile.
Parameters:
Returns: