Class EstimateLinkOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.invoices.EstimateLinkOperations
- All Implemented Interfaces:
IEstimateLink,IPartnerComponent<String>
public class EstimateLinkOperations extends BasePartnerComponentString implements IEstimateLink
Represents the operations that can be done on the partner's estimate
collection.
-
Constructor Summary
Constructors Constructor Description EstimateLinkOperations(IPartner rootPartnerOperations)Initializes a new instance of the EstimateLinkOperations class. -
Method Summary
Modifier and Type Method Description IEstimateLinkCollectionByCurrencybyCurrency(String currencyCode)Gets the operations that can be applied on products from a given country.Methods inherited from class com.microsoft.store.partnercenter.BasePartnerComponent
getContext, getPartner
-
Constructor Details
-
EstimateLinkOperations
Initializes a new instance of the EstimateLinkOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.
-
-
Method Details
-
byCurrency
Gets the operations that can be applied on products from a given country.- Specified by:
byCurrencyin interfaceIEstimateLink- Parameters:
currencyCode- The currency code for the country.- Returns:
- The operations that can be performed on estimate link collection that belong to a given currency.
-