Class ReferenceOrder
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.ResourceBaseWithLinks<StandardResourceLinks>
com.microsoft.store.partnercenter.models.entitlements.ReferenceOrder
public class ReferenceOrder extends ResourceBaseWithLinks<StandardResourceLinks>
Class that represents an order linked to the entitlement.
-
Constructor Summary
Constructors Constructor Description ReferenceOrder() -
Method Summary
Modifier and Type Method Description StringgetAlternateId()Gets the alternate identifier value.StringgetId()Gets the identifier value.StringgetLineItemId()Gets the line item identifier value.voidsetAlternateId(String value)Sets the alternate identifier value.voidsetId(String value)Sets the identifier value.voidsetLineItemId(String value)Sets the line item identifier value.Methods inherited from class com.microsoft.store.partnercenter.models.ResourceBaseWithLinks
getLinks, setLinks
-
Constructor Details
-
ReferenceOrder
public ReferenceOrder()
-
-
Method Details
-
getAlternateId
Gets the alternate identifier value.- Returns:
- The value of the alternate identifier.
-
setAlternateId
Sets the alternate identifier value.- Parameters:
value- The value of the alternate identifier.
-
getId
Gets the identifier value.- Returns:
- The value of the identifier.
-
setId
Sets the identifier value.- Parameters:
value- The value of the identifier.
-
getLineItemId
Gets the line item identifier value.- Returns:
- The value of the line item identifier.
-
setLineItemId
Sets the line item identifier value.- Parameters:
value- The value of the line item identifier.
-