Class AgreementSignatureStatus
java.lang.Object
com.microsoft.store.partnercenter.models.compliance.AgreementSignatureStatus
public class AgreementSignatureStatus extends Object
Represent the agreement signature status
-
Constructor Summary
Constructors Constructor Description AgreementSignatureStatus() -
Method Summary
Modifier and Type Method Description booleangetIsAgreementSigned()Gets a value indicating whether agreement is signed.voidsetIsAgreementSigned(boolean value)Sets a value indicating whether agreement is signed.
-
Constructor Details
-
AgreementSignatureStatus
public AgreementSignatureStatus()
-
-
Method Details
-
getIsAgreementSigned
public boolean getIsAgreementSigned()Gets a value indicating whether agreement is signed.- Returns:
- A value indicating whether agreement is signed.
-
setIsAgreementSigned
public void setIsAgreementSigned(boolean value)Sets a value indicating whether agreement is signed.- Parameters:
value- A value indicating whether agreement is signed.
-