Interface ICustomerQualification
- All Superinterfaces:
IEntityGetOperations<CustomerQualification>,IEntityUpdateOperations<CustomerQualification>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerQualificationOperations
public interface ICustomerQualification extends IPartnerComponentString, IEntityGetOperations<CustomerQualification>, IEntityUpdateOperations<CustomerQualification>
-
Method Summary
Modifier and Type Method Description CustomerQualificationget()Retrieves the customer qualification.CustomerQualificationupdate(CustomerQualification customerQualification)Updates the customer qualification.CustomerQualificationupdate(CustomerQualification customerQualification, ValidationCode governmentCommunityCloudValidationCode)Updates the customer qualification.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
CustomerQualification get()Retrieves the customer qualification.- Specified by:
getin interfaceIEntityGetOperations<CustomerQualification>- Returns:
- Customer Qualification.
-
update
Updates the customer qualification.- Specified by:
updatein interfaceIEntityUpdateOperations<CustomerQualification>- Parameters:
customerQualification- Customer Qualification.- Returns:
- The updated customer qualification.
-
update
CustomerQualification update(CustomerQualification customerQualification, ValidationCode governmentCommunityCloudValidationCode)Updates the customer qualification. Used for GovernmentCommunityCloud with validation code after successful registration through Microsoft.- Parameters:
customerQualification- The customer qualification value.governmentCommunityCloudValidationCode- Validation code necessary to complete only Government Community Cloud customer creation.- Returns:
- The updated customer qualification.
-