Interface ILegalBusinessProfile
- All Superinterfaces:
IEntityGetOperations<LegalBusinessProfile>,IEntityUpdateOperations<LegalBusinessProfile>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
LegalBusinessProfileOperations
public interface ILegalBusinessProfile extends IPartnerComponentString, IEntityGetOperations<LegalBusinessProfile>, IEntityUpdateOperations<LegalBusinessProfile>
Encapsulates behavior of a legal business profile.
-
Method Summary
Modifier and Type Method Description LegalBusinessProfileget()Retrieves the legal business profile.LegalBusinessProfileupdate(LegalBusinessProfile legalBusinessProfile)Updates the partner's legal business profile.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
LegalBusinessProfile get()Retrieves the legal business profile.- Specified by:
getin interfaceIEntityGetOperations<LegalBusinessProfile>- Returns:
- The legal business profile.
-
update
Updates the partner's legal business profile.- Specified by:
updatein interfaceIEntityUpdateOperations<LegalBusinessProfile>- Parameters:
legalBusinessProfile- The legal business profile information.- Returns:
- The updated legal business profile.
-