import { SalesQuotationItem } from './SalesQuotationItem'; import { SalesQuotationItemRequestBuilder } from './SalesQuotationItemRequestBuilder'; import { SalesQuotationItemPartnerApi } from './SalesQuotationItemPartnerApi'; import { SalesQuotationItemPrcgElmntApi } from './SalesQuotationItemPrcgElmntApi'; import { SalesQuotationApi } from './SalesQuotationApi'; import { SalesQuotationItemTextApi } from './SalesQuotationItemTextApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class SalesQuotationItemApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ SalesQuotationItemPartnerApi, SalesQuotationItemPrcgElmntApi, SalesQuotationApi, SalesQuotationItemTextApi ]): this; entityConstructor: typeof SalesQuotationItem; requestBuilder(): SalesQuotationItemRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-many navigation property [[toPartner]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PARTNER: Link, DeSerializersT, SalesQuotationItemPartnerApi>; /** * Static representation of the one-to-many navigation property [[toPricingElement]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_PRICING_ELEMENT: Link, DeSerializersT, SalesQuotationItemPrcgElmntApi>; /** * Static representation of the one-to-one navigation property [[toSalesQuotation]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SALES_QUOTATION: OneToOneLink, DeSerializersT, SalesQuotationApi>; /** * Static representation of the one-to-many navigation property [[toText]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_TEXT: Link, DeSerializersT, SalesQuotationItemTextApi>; /** * Static representation of the [[salesQuotation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_QUOTATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[salesQuotationItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_QUOTATION_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[higherLevelItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HIGHER_LEVEL_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesQuotationItemCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_QUOTATION_ITEM_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesQuotationItemText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_QUOTATION_ITEM_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchaseOrderByCustomer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER_BY_CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[material]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialByCustomer]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_BY_CUSTOMER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[pricingReferenceMaterial]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRICING_REFERENCE_MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[requestedQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUESTED_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[requestedQuantityUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUESTED_QUANTITY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[requestedQuantitySapUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUESTED_QUANTITY_SAP_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[requestedQuantityIsoUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUESTED_QUANTITY_ISO_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemOrderProbabilityInPercent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_ORDER_PROBABILITY_IN_PERCENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[alternativeToItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ALTERNATIVE_TO_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemGrossWeight]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_GROSS_WEIGHT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[itemNetWeight]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_NET_WEIGHT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[itemWeightUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_WEIGHT_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemWeightSapUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_WEIGHT_SAP_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemWeightIsoUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_WEIGHT_ISO_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemVolume]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_VOLUME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[itemVolumeUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_VOLUME_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemVolumeSapUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_VOLUME_SAP_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[itemVolumeIsoUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ITEM_VOLUME_ISO_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[transactionCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSACTION_CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[netAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NET_AMOUNT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[materialGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[materialPricingGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_PRICING_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[batch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[plant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[incotermsClassification]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INCOTERMS_CLASSIFICATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[incotermsTransferLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INCOTERMS_TRANSFER_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[incotermsLocation1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INCOTERMS_LOCATION_1: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[incotermsLocation2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INCOTERMS_LOCATION_2: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[customerPaymentTerms]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CUSTOMER_PAYMENT_TERMS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTaxClassification1]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TAX_CLASSIFICATION_1: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTaxClassification2]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TAX_CLASSIFICATION_2: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTaxClassification3]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TAX_CLASSIFICATION_3: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTaxClassification4]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TAX_CLASSIFICATION_4: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTaxClassification5]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TAX_CLASSIFICATION_5: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTaxClassification6]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TAX_CLASSIFICATION_6: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTaxClassification7]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TAX_CLASSIFICATION_7: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTaxClassification8]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TAX_CLASSIFICATION_8: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productTaxClassification9]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_TAX_CLASSIFICATION_9: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesDocumentRjcnReason]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_DOCUMENT_RJCN_REASON: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[wbsElement]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WBS_ELEMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[profitCenter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PROFIT_CENTER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[referenceSdDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REFERENCE_SD_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[referenceSdDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REFERENCE_SD_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[sdProcessStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SD_PROCESS_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=SalesQuotationItemApi.d.ts.map