import { BusSolnQtanItmFupSrvcContr } from './BusSolnQtanItmFupSrvcContr'; import { BusSolnQtanItmFupSrvcContrRequestBuilder } from './BusSolnQtanItmFupSrvcContrRequestBuilder'; import { BusinessSolutionQuotationApi } from './BusinessSolutionQuotationApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class BusSolnQtanItmFupSrvcContrApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ BusinessSolutionQuotationApi ]): this; entityConstructor: typeof BusSolnQtanItmFupSrvcContr; requestBuilder(): BusSolnQtanItmFupSrvcContrRequestBuilder; 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 [[serviceDocumentItmRelationUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_DOCUMENT_ITM_RELATION_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, true>; /** * Static representation of the [[serviceDocItmRltnSqncNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_DOC_ITM_RLTN_SQNC_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[busSolnQuotationItemUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BUS_SOLN_QUOTATION_ITEM_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", true, true>; /** * 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", true, 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", true, true>; /** * Static representation of the [[serviceContract]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_CONTRACT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[serviceContractItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_CONTRACT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=BusSolnQtanItmFupSrvcContrApi.d.ts.map