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