Class CustomerQualificationOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.qualification.CustomerQualificationOperations
- All Implemented Interfaces:
IEntityGetOperations<CustomerQualification>,IEntityUpdateOperations<CustomerQualification>,IPartnerComponent<String>,IPartnerComponentString,ICustomerQualification
public class CustomerQualificationOperations extends BasePartnerComponentString implements ICustomerQualification
This class implements the operations available on a customer's qualification.
-
Constructor Summary
Constructors Constructor Description CustomerQualificationOperations(IPartner rootPartnerOperations, String customerId)Initializes a new instance of the CustomerQualificationOperationsclass. -
Method Summary
Modifier and Type Method Description CustomerQualificationget()Gets the customer qualification.CustomerQualificationupdate(CustomerQualification customerQualification)Updates the customer qualification.CustomerQualificationupdate(CustomerQualification customerQualification, ValidationCode governmentCommunityCloudValidationCode)Updates the customer qualification.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
CustomerQualificationOperations
Initializes a new instance of the CustomerQualificationOperationsclass.- Parameters:
rootPartnerOperations- The root partner operations instance.customerId- The customer identifier.
-
-
Method Details
-
get
Gets the customer qualification.- Specified by:
getin interfaceICustomerQualification- Specified by:
getin interfaceIEntityGetOperations<CustomerQualification>- Returns:
- The customer qualification.
-
update
Updates the customer qualification.- Specified by:
updatein interfaceICustomerQualification- Specified by:
updatein interfaceIEntityUpdateOperations<CustomerQualification>- Parameters:
customerQualification- Customer qualification to be updated.- Returns:
- The updated customer qualification.
-
update
public CustomerQualification update(CustomerQualification customerQualification, ValidationCode governmentCommunityCloudValidationCode)Updates the customer qualification. Used for GovernmentCommunityCloud with validation code after successful registration through Microsoft.- Specified by:
updatein interfaceICustomerQualification- Parameters:
customerQualification- The customer qualification value.governmentCommunityCloudValidationCode- Validation code necessary to complete only Government Community Cloud customer creation.- Returns:
- The updated customer qualification.
-