OrderLineItemActivationLink Class

  • java.lang.Object
    • com.microsoft.store.partnercenter.models.orders.OrderLineItemActivationLink

public class OrderLineItemActivationLink

Represents the activation link for the order line item.

Constructor Summary

Constructor Description
OrderLineItemActivationLink()

Method Summary

Modifier and Type Method and Description
int getLineItemNumber()

Gets the order line item number.

Link getLink()

Gets the activation link.

void setLineItemNumber(int value)

Sets the order line item number.

void setLink(Link value)

Sets the activation link.

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 OrderLineItemActivationLink()

Method Details

public int getLineItemNumber()

Gets the order line item number.

Returns:

The order line item number.

public Link getLink()

Gets the activation link.

Returns:

The activation link for the order line item.

public void setLineItemNumber(int value)

Sets the order line item number.

Parameters:

value - The order line item number.

public void setLink(Link value)

Sets the activation link.

Parameters:

value - The activation link.

Applies to