Agreement Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. agreements. Agreement
- com.
- com.
public class Agreement extends ResourceBase
Represents the details of certification provided by the partner.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| Agreement() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getAgreementLink()
Gets the download link for the agreement. |
| org.joda.time.DateTime |
getDateAgreed()
Gets the date the agreement was signed. |
| Contact |
getPrimaryContact()
Gets the primary contact for the agreement. |
| java.lang.String |
getTemplateId()
Gets the template identifier of the agreement. |
| java.lang.String |
getType()
Gets the agreement type. |
| java.lang.String |
getUserId()
Gets the partner's user identifier. |
| void |
setAgreementLink(String value)
Sets the download link for the agreement. |
| void |
setDateAgreed(DateTime value)
Sets the date the agreement was signed. |
| void |
setPrimaryContact(Contact value)
Sets the primary contact for the agreement. |
| void |
setTemplateId(String value)
Sets the template identifier of the agreement. |
| void |
setType(String value)
Sets the agreement type. |
| void |
setUserId(String value)
Sets the partner's user identifier. |
Inherited Members
Constructor Details
Agreement
public Agreement()
Method Details
getAgreementLink
public String getAgreementLink()
Gets the download link for the agreement.
Returns:
getDateAgreed
public DateTime getDateAgreed()
Gets the date the agreement was signed.
Returns:
getPrimaryContact
public Contact getPrimaryContact()
Gets the primary contact for the agreement.
Returns:
getTemplateId
public String getTemplateId()
Gets the template identifier of the agreement.
Returns:
getType
public String getType()
Gets the agreement type.
Returns:
getUserId
public String getUserId()
Gets the partner's user identifier.
Returns:
setAgreementLink
public void setAgreementLink(String value)
Sets the download link for the agreement.
Parameters:
setDateAgreed
public void setDateAgreed(DateTime value)
Sets the date the agreement was signed.
Parameters:
setPrimaryContact
public void setPrimaryContact(Contact value)
Sets the primary contact for the agreement.
Parameters:
setTemplateId
public void setTemplateId(String value)
Sets the template identifier of the agreement.
Parameters:
setType
public void setType(String value)
Sets the agreement type.
Parameters:
setUserId
public void setUserId(String value)
Sets the partner's user identifier.
Parameters: