import { ProductPlantCosting } from './ProductPlantCosting'; import { ProductPlantCostingRequestBuilder } from './ProductPlantCostingRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductPlantCostingApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductPlantCosting; requestBuilder(): ProductPlantCostingRequestBuilder; 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 [[isCoProduct]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_CO_PRODUCT: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[costingLotSize]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COSTING_LOT_SIZE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[varianceKey]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VARIANCE_KEY: 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 [[taskListGroupCounter]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TASK_LIST_GROUP_COUNTER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[taskListGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TASK_LIST_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[taskListType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TASK_LIST_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[costingProductionVersion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COSTING_PRODUCTION_VERSION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isFixedPriceCoProduct]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_FIXED_PRICE_CO_PRODUCT: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[costingSpecialProcurementType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COSTING_SPECIAL_PROCUREMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[sourceBomAlternative]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SOURCE_BOM_ALTERNATIVE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productBomUsage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_BOM_USAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[productIsCostingRelevant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_IS_COSTING_RELEVANT: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; }; } //# sourceMappingURL=ProductPlantCostingApi.d.ts.map