Interface IEstimateCollection
- All Superinterfaces:
IPartnerComponent<String>
- All Known Implementing Classes:
EstimateCollectionOperations
public interface IEstimateCollection extends IPartnerComponent<String>
Represents the operations that can be done on the partner's estimate
collection.
-
Method Summary
Modifier and Type Method Description IEstimateLinkgetLinks()Gets the estimate links for the recon line items.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
getLinks
IEstimateLink getLinks()Gets the estimate links for the recon line items.- Returns:
- The estimate links for the recon line items.
-