Class EstimateCollectionOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.invoices.EstimateCollectionOperations
- All Implemented Interfaces:
IEstimateCollection,IPartnerComponent<String>
public class EstimateCollectionOperations extends BasePartnerComponentString implements IEstimateCollection
Defines the operations available for estimate collection.
-
Constructor Summary
Constructors Constructor Description EstimateCollectionOperations(IPartner rootPartnerOperations)Initializes a new instance of the EstimateCollectionOperations class. -
Method Summary
Modifier and Type Method Description IEstimateLinkgetLinks()Gets the estimate links of the recon line items.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartnerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Constructor Details
-
EstimateCollectionOperations
Initializes a new instance of the EstimateCollectionOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
getLinks
Gets the estimate links of the recon line items.- Specified by:
getLinksin interfaceIEstimateCollection- Returns:
- The estimate links of the recon line items.
-