import { ProductWorkScheduling } from './ProductWorkScheduling'; import { ProductWorkSchedulingRequestBuilder } from './ProductWorkSchedulingRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductWorkSchedulingApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductWorkScheduling; requestBuilder(): ProductWorkSchedulingRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[product]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT: EdmTypeField>, DeSerializersT, "Edm.String", false, 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", false, true>; /** * Static representation of the [[materialBaseQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL_BASE_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[unlimitedOverDelivIsAllowed]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UNLIMITED_OVER_DELIV_IS_ALLOWED: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[overDelivToleranceLimit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ OVER_DELIV_TOLERANCE_LIMIT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[underDelivToleranceLimit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UNDER_DELIV_TOLERANCE_LIMIT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[productionInvtryManagedLoc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCTION_INVTRY_MANAGED_LOC: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[productProcessingTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_PROCESSING_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[productionSupervisor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCTION_SUPERVISOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productProductionQuantityUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_PRODUCTION_QUANTITY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[prodnOrderIsBatchRequired]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODN_ORDER_IS_BATCH_REQUIRED: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[transitionMatrixProductsGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSITION_MATRIX_PRODUCTS_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[orderChangeManagementProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ORDER_CHANGE_MANAGEMENT_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[matlCompIsMarkedForBackflush]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATL_COMP_IS_MARKED_FOR_BACKFLUSH: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[setupAndTeardownTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SETUP_AND_TEARDOWN_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[productionSchedulingProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCTION_SCHEDULING_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[transitionTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSITION_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; }; } //# sourceMappingURL=ProductWorkSchedulingApi.d.ts.map