Uses of Class
com.microsoft.store.partnercenter.models.agreements.Agreement
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.agreements |
-
Uses of Agreement in com.microsoft.store.partnercenter.agreements
Methods in com.microsoft.store.partnercenter.agreements that return Agreement Modifier and Type Method Description AgreementCustomerAgreementCollectionOperations. create(Agreement newEntity)Creates an agreement between the partner and customer.AgreementICustomerAgreementCollection. create(Agreement newEntity)Creates an agreement between the partner and customer.Methods in com.microsoft.store.partnercenter.agreements that return types with arguments of type Agreement Modifier and Type Method Description ResourceCollection<Agreement>CustomerAgreementCollectionOperations. get()Gets the list of agreements between a partner and customer.ResourceCollection<Agreement>ICustomerAgreementCollection. get()Gets the list of agreements between a partner and customer.Methods in com.microsoft.store.partnercenter.agreements with parameters of type Agreement Modifier and Type Method Description AgreementCustomerAgreementCollectionOperations. create(Agreement newEntity)Creates an agreement between the partner and customer.AgreementICustomerAgreementCollection. create(Agreement newEntity)Creates an agreement between the partner and customer.