import { ServiceQtanPriceElement } from './ServiceQtanPriceElement'; import { ServiceQtanPriceElementRequestBuilder } from './ServiceQtanPriceElementRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ServiceQtanPriceElementApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ServiceQtanPriceElement; requestBuilder(): ServiceQtanPriceElementRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[serviceQuotation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_QUOTATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[pricingProcedureStep]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRICING_PROCEDURE_STEP: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[pricingProcedureCounter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRICING_PROCEDURE_COUNTER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[conditionType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONDITION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[conditionRateValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONDITION_RATE_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[conditionCurrency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONDITION_CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[conditionQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONDITION_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[conditionQuantityUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONDITION_QUANTITY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ServiceQtanPriceElementApi.d.ts.map