AgreementMetaData Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. agreements. AgreementMetaData
- com.
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
Constructor Details
AgreementMetaData
public AgreementMetaData()
Method Details
getAgreementLink
public String getAgreementLink()
Gets the download link for the agreement.
Returns:
getAgreementType
public String getAgreementType()
Gets the agreement type.
Returns:
getTemplateId
public String getTemplateId()
Gets the template identifier for the agreement.
Returns:
getVersionRank
public int getVersionRank()
Gets the ranking for the version enforcement.
Returns:
setAgreementLink
public void setAgreementLink(String value)
Sets the download link for the agreement.
Parameters:
setAgreementType
public void setAgreementType(String value)
Sets the agreement type.
Parameters:
setTemplateId
public void setTemplateId(String value)
Sets the template identifier for the agreement.
Parameters:
setVersionRank
public void setVersionRank(int value)
Sets the ranking for the version enforcement.
Parameters: