AgreementSignatureStatus Class

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

public class AgreementSignatureStatus

Represent the agreement signature status

Constructor Summary

Constructor Description
AgreementSignatureStatus()

Method Summary

Modifier and Type Method and Description
boolean getIsAgreementSigned()

Gets a value indicating whether agreement is signed.

void setIsAgreementSigned(boolean value)

Sets a value indicating whether agreement is signed.

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

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.

Applies to