import { BusSolnQtanItemDteParam } from './BusSolnQtanItemDteParam'; import { BusSolnQtanItemDteParamRequestBuilder } from './BusSolnQtanItemDteParamRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class BusSolnQtanItemDteParamApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof BusSolnQtanItemDteParam; requestBuilder(): BusSolnQtanItemDteParamRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[businessSolutionQuotation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUSINESS_SOLUTION_QUOTATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[busSolutionQuotationItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUS_SOLUTION_QUOTATION_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[chargePlanParameterUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARGE_PLAN_PARAMETER_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, true>; /** * Static representation of the [[chargePlanParameterUseValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARGE_PLAN_PARAMETER_USE_VALUE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[chargePlanParameterDateValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARGE_PLAN_PARAMETER_DATE_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[characteristic]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARACTERISTIC: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[brfFunction]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BRF_FUNCTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=BusSolnQtanItemDteParamApi.d.ts.map