import { PoSubcontractingComponent } from './PoSubcontractingComponent'; import { PoSubcontractingComponentRequestBuilder } from './PoSubcontractingComponentRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class PoSubcontractingComponentApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof PoSubcontractingComponent; requestBuilder(): PoSubcontractingComponentRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[purchaseOrder]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[purchaseOrderItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PURCHASE_ORDER_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 [[reservationItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RESERVATION_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[recordType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ RECORD_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[material]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[bomItemDescription]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BOM_ITEM_DESCRIPTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[requiredQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUIRED_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[baseUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BASE_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[requirementDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REQUIREMENT_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[quantityInEntryUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ QUANTITY_IN_ENTRY_UNIT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[entryUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ENTRY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[withdrawnQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WITHDRAWN_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[plant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[batch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=PoSubcontractingComponentApi.d.ts.map