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 Details

  • Method Details

    • getAgreementLink

      public String getAgreementLink()
      Gets the download link for the agreement.
      Returns:
      The download link for the agreement.
    • setAgreementLink

      public void setAgreementLink​(String value)
      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

      public Contact getPrimaryContact()
      Gets the primary contact for the agreement.
      Returns:
      The primary contact for the agreement.
    • setPrimaryContact

      public void setPrimaryContact​(Contact value)
      Sets the primary contact for the agreement.
      Parameters:
      value - The primary contact for the agreement.
    • getTemplateId

      public String getTemplateId()
      Gets the template identifier of the agreement.
      Returns:
      The template identifier of the agreement.
    • setTemplateId

      public void setTemplateId​(String value)
      Sets the template identifier of the agreement.
      Parameters:
      value - The template identifier of the agreement.
    • getType

      public String getType()
      Gets the agreement type.
      Returns:
      The type of agreement.
    • setType

      public void setType​(String value)
      Sets the agreement type.
      Parameters:
      value - The type of agreement.
    • getUserId

      public String getUserId()
      Gets the partner's user identifier.
      Returns:
      The partner's user identifier.
    • setUserId

      public void setUserId​(String value)
      Sets the partner's user identifier.
      Parameters:
      value - The partner's user identifier.