EstimateLink Class

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

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

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

public EstimateLink()

Method Details

public String getDescription()

Gets the description for the link.

Returns:

The description for the link.

public Link getLink()

Gets URI and HTTP method used for accessing the resource.

Returns:

The URI and HTTP method used for accessing the resource.

public String getPeriod()

Gets the period associated with the estimate.

Returns:

The period associated with the estimate.

public String getTitle()

Gets the title associated with the estimate.

Returns:

The title associated with the estimate.

public void setDescription(String value)

Sets the description for the link.

Parameters:

value - The description for the link.

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.

public void setPeriod(String value)

Sets the period associated with the estimate.

Parameters:

value - The period associated with the estimate.

public void setTitle(String value)

Sets title associated with the estimate.

Parameters:

value - The title associated with the estimate.

Applies to