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 Summary
Constructors Constructor Description EstimateLink() -
Method Summary
Modifier and Type Method Description StringgetDescription()Gets the description for the link.LinkgetLink()Gets URI and HTTP method used for accessing the resource.StringgetPeriod()Gets the period associated with the estimate.StringgetTitle()Gets the title associated with the estimate.voidsetDescription(String value)Sets the description for the link.voidsetLink(Link value)Sets the URI and HTTP method used for accessing the resource.voidsetPeriod(String value)Sets the period associated with the estimate.voidsetTitle(String value)Sets title associated with the estimate.
-
Constructor Details
-
EstimateLink
public EstimateLink()
-
-
Method Details
-
getDescription
Gets the description for the link.- Returns:
- The description for the link.
-
setDescription
Sets the description for the link.- Parameters:
value- The description for the link.
-
getLink
Gets URI and HTTP method used for accessing the resource.- Returns:
- The URI and HTTP method used for accessing the resource.
-
setLink
Sets the URI and HTTP method used for accessing the resource.- Parameters:
value- The URI and HTTP method used for accessing the resource.
-
getPeriod
Gets the period associated with the estimate.- Returns:
- The period associated with the estimate.
-
setPeriod
Sets the period associated with the estimate.- Parameters:
value- The period associated with the estimate.
-
getTitle
Gets the title associated with the estimate.- Returns:
- The title associated with the estimate.
-
setTitle
Sets title associated with the estimate.- Parameters:
value- The title associated with the estimate.
-