import { PurchaseOrderScheduleLine } from './PurchaseOrderScheduleLine'; import { PurchaseOrderScheduleLineRequestBuilder } from './PurchaseOrderScheduleLineRequestBuilder'; import { PoSubcontractingComponentApi } from './PoSubcontractingComponentApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, Link } from '@sap-cloud-sdk/odata-v2'; export declare class PurchaseOrderScheduleLineApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ PoSubcontractingComponentApi ]): this; entityConstructor: typeof PurchaseOrderScheduleLine; requestBuilder(): PurchaseOrderScheduleLineRequestBuilder; 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-many navigation property [[toSubcontractingComponent]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_SUBCONTRACTING_COMPONENT: Link, DeSerializersT, PoSubcontractingComponentApi>; /** * Static representation of the [[purchasingDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[purchasingDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASING_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[scheduleLine]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SCHEDULE_LINE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[delivDateCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIV_DATE_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[scheduleLineDeliveryDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SCHEDULE_LINE_DELIVERY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[purchaseOrderQuantityUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER_QUANTITY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[scheduleLineOrderQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SCHEDULE_LINE_ORDER_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[scheduleLineDeliveryTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SCHEDULE_LINE_DELIVERY_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[schedLineStscDeliveryDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SCHED_LINE_STSC_DELIVERY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[purchaseRequisition]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[purchaseRequisitionItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_REQUISITION_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[scheduleLineCommittedQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SCHEDULE_LINE_COMMITTED_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[performancePeriodStartDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERFORMANCE_PERIOD_START_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[performancePeriodEndDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PERFORMANCE_PERIOD_END_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; }; } //# sourceMappingURL=PurchaseOrderScheduleLineApi.d.ts.map