import { BusSolnQtanItemTblParam } from './BusSolnQtanItemTblParam'; import { BusSolnQtanItemTblParamRequestBuilder } from './BusSolnQtanItemTblParamRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class BusSolnQtanItemTblParamApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof BusSolnQtanItemTblParam; requestBuilder(): BusSolnQtanItemTblParamRequestBuilder; 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 [[chargePlanParameterStringValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARGE_PLAN_PARAMETER_STRING_VALUE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=BusSolnQtanItemTblParamApi.d.ts.map