Class EstimateLinkCollectionByCurrencyOperations
java.lang.Object
com.microsoft.store.partnercenter.BasePartnerComponent<String>
com.microsoft.store.partnercenter.BasePartnerComponentString
com.microsoft.store.partnercenter.invoices.EstimateLinkCollectionByCurrencyOperations
- All Implemented Interfaces:
IEntityGetOperations<ResourceCollection<EstimateLink>>,IEstimateLinkCollectionByCurrency,IPartnerComponent<String>
public class EstimateLinkCollectionByCurrencyOperations extends BasePartnerComponentString implements IEstimateLinkCollectionByCurrency
Represents the operations available on an estimate link collection by
currency.
-
Constructor Summary
Constructors Constructor Description EstimateLinkCollectionByCurrencyOperations(IPartner rootPartnerOperations, String currencyCode)Initializes a new instance of the EstimateLinkCollectionByCurrencyOperations class. -
Method Summary
Modifier and Type Method Description ResourceCollection<EstimateLink>get()Gets the estimate link resource collection.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
-
EstimateLinkCollectionByCurrencyOperations
public EstimateLinkCollectionByCurrencyOperations(IPartner rootPartnerOperations, String currencyCode)Initializes a new instance of the EstimateLinkCollectionByCurrencyOperations class.- Parameters:
rootPartnerOperations- The root partner operations instance.currencyCode- The currency code.
-
-
Method Details
-
get
Gets the estimate link resource collection.- Specified by:
getin interfaceIEntityGetOperations<ResourceCollection<EstimateLink>>- Returns:
- The estimate link resource collection
-