Class Contract
java.lang.Object
com.microsoft.store.partnercenter.models.ResourceBase
com.microsoft.store.partnercenter.models.Contract
- Direct Known Subclasses:
Subscription
public abstract class Contract extends ResourceBase
Base Contract
-
Constructor Summary
Constructors Modifier Constructor Description protectedContract() -
Method Summary
Modifier and Type Method Description abstract ContractTypegetContractType()Gets the contract type.StringgetOrderId()Gets the order identifier.voidsetOrderId(String value)Sets the order identifier.
-
Constructor Details
-
Contract
protected Contract()
-
-
Method Details
-
getOrderId
Gets the order identifier.- Returns:
- The order identifier.
-
setOrderId
Sets the order identifier.- Parameters:
value- The order identifier.
-
getContractType
Gets the contract type.- Returns:
- The contract type.
-