import { BusSolnQtanItmFupSalesOrder } from './BusSolnQtanItmFupSalesOrder'; import { BusSolnQtanItmFupSalesOrderRequestBuilder } from './BusSolnQtanItmFupSalesOrderRequestBuilder'; import { BusinessSolutionQuotationApi } from './BusinessSolutionQuotationApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class BusSolnQtanItmFupSalesOrderApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ BusinessSolutionQuotationApi ]): this; entityConstructor: typeof BusSolnQtanItmFupSalesOrder; requestBuilder(): BusSolnQtanItmFupSalesOrderRequestBuilder; 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 [[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 [[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 [[salesOrder]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORDER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesOrderItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_ORDER_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[serviceDocSuccessorBusObjType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_DOC_SUCCESSOR_BUS_OBJ_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[serviceObjectType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERVICE_OBJECT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=BusSolnQtanItmFupSalesOrderApi.d.ts.map