Class AgreementSignatureStatusOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.compliance.AgreementSignatureStatusOperations
- All Implemented Interfaces:
IAgreementSignatureStatus,IPartnerComponent<String>
public class AgreementSignatureStatusOperations extends BasePartnerComponentString implements IAgreementSignatureStatus
Implements the agreement signature status operations.
-
Constructor Summary
Constructors Modifier Constructor Description protectedAgreementSignatureStatusOperations(IPartner rootPartnerOperations)Initializes a new instance of the AgreementSignatureStatusOperations class. -
Method Summary
Modifier and Type Method Description AgreementSignatureStatusget(String mpnId, String tenantId)Gets the agreement signature status by Microsoft Partner Network identifier or tenant identifier.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
-
AgreementSignatureStatusOperations
Initializes a new instance of the AgreementSignatureStatusOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
get
Gets the agreement signature status by Microsoft Partner Network identifier or tenant identifier.- Specified by:
getin interfaceIAgreementSignatureStatus- Parameters:
mpnId- Optional identifier for the Microsoft Partner Network.tenantId- Optional identifier for the tenant.- Returns:
- The agreement signature status by Microsoft Partner Network identifier or tenant identifier.
-