Contract Class
- java.
lang. Object - com.
microsoft. store. partnercenter. models. ResourceBase - com.
microsoft. store. partnercenter. models. Contract
- com.
- com.
public abstract class Contract extends ResourceBase
Base Contract
Constructor Summary
| Modifier | Constructor | Description | |
|---|---|---|---|
| protected | Contract() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Contract |
getContractType()
Gets the contract type. |
| java.lang.String |
getOrderId()
Gets the order identifier. |
| void |
setOrderId(String value)
Sets the order identifier. |
Inherited Members
Constructor Details
Contract
protected Contract()
Method Details
getContractType
public abstract ContractType getContractType()
Gets the contract type.
Returns:
getOrderId
public String getOrderId()
Gets the order identifier.
Returns:
setOrderId
public void setOrderId(String value)
Sets the order identifier.
Parameters: