| Package | Description |
|---|---|
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
ContractAction |
ContractAction.addParametersItem(ContractActionParameter parametersItem) |
ContractAction |
ContractAction.id(Integer id) |
ContractAction |
ContractAction.parameters(List<ContractActionParameter> parameters) |
ContractAction |
ContractAction.provisioningStatus(Integer provisioningStatus) |
ContractAction |
ContractAction.timestamp(org.joda.time.DateTime timestamp) |
ContractAction |
ContractAction.transactionId(Integer transactionId) |
ContractAction |
ContractAction.userId(Integer userId) |
ContractAction |
ContractAction.workflowFunctionId(Integer workflowFunctionId) |
| Modifier and Type | Method and Description |
|---|---|
List<ContractAction> |
Contract.getContractActions()
Get contractActions
|
| Modifier and Type | Method and Description |
|---|---|
Contract |
Contract.addContractActionsItem(ContractAction contractActionsItem) |
| Modifier and Type | Method and Description |
|---|---|
Contract |
Contract.contractActions(List<ContractAction> contractActions) |
void |
Contract.setContractActions(List<ContractAction> contractActions) |
Copyright © 2018. All rights reserved.