EstimateLink Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. invoices. EstimateLink
- com.
public class EstimateLink
Represents a URI and the HTTP method which indicates the desired action for accessing the resource.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| EstimateLink() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.String |
getDescription()
Gets the description for the link. |
| Link |
getLink()
Gets URI and HTTP method used for accessing the resource. |
| java.lang.String |
getPeriod()
Gets the period associated with the estimate. |
| java.lang.String |
getTitle()
Gets the title associated with the estimate. |
| void |
setDescription(String value)
Sets the description for the link. |
| void |
setLink(Link value)
Sets the URI and HTTP method used for accessing the resource. |
| void |
setPeriod(String value)
Sets the period associated with the estimate. |
| void |
setTitle(String value)
Sets title associated with the estimate. |
Inherited Members
Constructor Details
EstimateLink
public EstimateLink()
Method Details
getDescription
public String getDescription()
Gets the description for the link.
Returns:
getLink
public Link getLink()
Gets URI and HTTP method used for accessing the resource.
Returns:
getPeriod
public String getPeriod()
Gets the period associated with the estimate.
Returns:
getTitle
public String getTitle()
Gets the title associated with the estimate.
Returns:
setDescription
public void setDescription(String value)
Sets the description for the link.
Parameters:
setLink
public void setLink(Link value)
Sets the URI and HTTP method used for accessing the resource.
Parameters:
setPeriod
public void setPeriod(String value)
Sets the period associated with the estimate.
Parameters:
setTitle
public void setTitle(String value)
Sets title associated with the estimate.
Parameters: