import { BusSolnQtanSrvcItmRefObj } from './BusSolnQtanSrvcItmRefObj'; import { BusSolnQtanSrvcItmRefObjRequestBuilder } from './BusSolnQtanSrvcItmRefObjRequestBuilder'; import { BusinessSolutionQuotationApi } from './BusinessSolutionQuotationApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class BusSolnQtanSrvcItmRefObjApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ BusinessSolutionQuotationApi ]): this; entityConstructor: typeof BusSolnQtanSrvcItmRefObj; requestBuilder(): BusSolnQtanSrvcItmRefObjRequestBuilder; 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-one navigation property [[toBusinessSolutionQuotation]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_BUSINESS_SOLUTION_QUOTATION: OneToOneLink, DeSerializersT, BusinessSolutionQuotationApi>; /** * 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 [[referenceProduct]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REFERENCE_PRODUCT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[serviceRefFunctionalLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_REF_FUNCTIONAL_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[serviceReferenceEquipment]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_REFERENCE_EQUIPMENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[srvcRefObjIsMainObject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SRVC_REF_OBJ_IS_MAIN_OBJECT: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; }; } //# sourceMappingURL=BusSolnQtanSrvcItmRefObjApi.d.ts.map