AgreementMetaData Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.agreements.AgreementMetaData

public class AgreementMetaData

Represents the meta data about agreements.

Constructor Summary

Constructor Description
AgreementMetaData()

Method Summary

Modifier and Type Method and Description
java.lang.String getAgreementLink()

Gets the download link for the agreement.

java.lang.String getAgreementType()

Gets the agreement type.

java.lang.String getTemplateId()

Gets the template identifier for the agreement.

int getVersionRank()

Gets the ranking for the version enforcement.

void setAgreementLink(String value)

Sets the download link for the agreement.

void setAgreementType(String value)

Sets the agreement type.

void setTemplateId(String value)

Sets the template identifier for the agreement.

void setVersionRank(int value)

Sets the ranking for the version enforcement.

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

AgreementMetaData

public AgreementMetaData()

Method Details

getAgreementLink

public String getAgreementLink()

Gets the download link for the agreement.

Returns:

The download link for the agreement.

getAgreementType

public String getAgreementType()

Gets the agreement type.

Returns:

The type of agreement.

getTemplateId

public String getTemplateId()

Gets the template identifier for the agreement.

Returns:

The template identifier for the agreement.

getVersionRank

public int getVersionRank()

Gets the ranking for the version enforcement.

Returns:

The ranking for the version enforcement.

setAgreementLink

public void setAgreementLink(String value)

Sets the download link for the agreement.

Parameters:

value - The download link for the agreement.

setAgreementType

public void setAgreementType(String value)

Sets the agreement type.

Parameters:

value - The type of agreement.

setTemplateId

public void setTemplateId(String value)

Sets the template identifier for the agreement.

Parameters:

value - The template identifier for the agreement.

setVersionRank

public void setVersionRank(int value)

Sets the ranking for the version enforcement.

Parameters:

value - The ranking for the version enforcement.

Applies to