Class AgreementSignatureStatus

java.lang.Object
com.microsoft.store.partnercenter.models.compliance.AgreementSignatureStatus

public class AgreementSignatureStatus
extends Object
Represent the agreement signature status
  • Constructor Details

  • 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.