Interface IOrganizationProfile
- All Superinterfaces:
IEntityGetOperations<OrganizationProfile>,IEntityUpdateOperations<OrganizationProfile>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
OrganizationProfileOperations
public interface IOrganizationProfile extends IPartnerComponentString, IEntityGetOperations<OrganizationProfile>, IEntityUpdateOperations<OrganizationProfile>
Encapsulates behavior of a organization profile.
-
Method Summary
Modifier and Type Method Description OrganizationProfileget()Retrieves the partner's organization profile.OrganizationProfileupdate(OrganizationProfile entity)Updates the partner's organization profile.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
OrganizationProfile get()Retrieves the partner's organization profile.- Specified by:
getin interfaceIEntityGetOperations<OrganizationProfile>- Returns:
- The organization profile.
-
update
Updates the partner's organization profile.- Specified by:
updatein interfaceIEntityUpdateOperations<OrganizationProfile>- Parameters:
entity- The organization profile.- Returns:
- The updated organization profile.
-