Class EstimateLink

java.lang.Object
com.microsoft.store.partnercenter.models.invoices.EstimateLink

public class EstimateLink
extends Object
Represents a URI and the HTTP method which indicates the desired action for accessing the resource.
  • Constructor Details

  • Method Details

    • getDescription

      public String getDescription()
      Gets the description for the link.
      Returns:
      The description for the link.
    • setDescription

      public void setDescription​(String value)
      Sets the description for the link.
      Parameters:
      value - The description for the link.
    • getLink

      public Link getLink()
      Gets URI and HTTP method used for accessing the resource.
      Returns:
      The URI and HTTP method used for accessing the resource.
    • setLink

      public void setLink​(Link value)
      Sets the URI and HTTP method used for accessing the resource.
      Parameters:
      value - The URI and HTTP method used for accessing the resource.
    • getPeriod

      public String getPeriod()
      Gets the period associated with the estimate.
      Returns:
      The period associated with the estimate.
    • setPeriod

      public void setPeriod​(String value)
      Sets the period associated with the estimate.
      Parameters:
      value - The period associated with the estimate.
    • getTitle

      public String getTitle()
      Gets the title associated with the estimate.
      Returns:
      The title associated with the estimate.
    • setTitle

      public void setTitle​(String value)
      Sets title associated with the estimate.
      Parameters:
      value - The title associated with the estimate.