import { ProductPlantSales } from './ProductPlantSales'; import { ProductPlantSalesRequestBuilder } from './ProductPlantSalesRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductPlantSalesApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductPlantSales; requestBuilder(): ProductPlantSalesRequestBuilder; 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 [[loadingGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LOADING_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[replacementPartType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ REPLACEMENT_PART_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[capPlanningQuantityInBaseUoM]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CAP_PLANNING_QUANTITY_IN_BASE_UO_M: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[productShippingProcessingTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_SHIPPING_PROCESSING_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[wrkCentersShipgSetupTimeInDays]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WRK_CENTERS_SHIPG_SETUP_TIME_IN_DAYS: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[availabilityCheckType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ AVAILABILITY_CHECK_TYPE: 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>; }; } //# sourceMappingURL=ProductPlantSalesApi.d.ts.map