import { ProductValuationCosting } from './ProductValuationCosting'; import { ProductValuationCostingRequestBuilder } from './ProductValuationCostingRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductValuationCostingApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductValuationCosting; requestBuilder(): ProductValuationCostingRequestBuilder; 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 [[valuationArea]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALUATION_AREA: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[valuationType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ VALUATION_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[isMaterialCostedWithQtyStruc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_MATERIAL_COSTED_WITH_QTY_STRUC: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[isMaterialRelatedOrigin]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_MATERIAL_RELATED_ORIGIN: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[costOriginGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COST_ORIGIN_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[costingOverheadGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ COSTING_OVERHEAD_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ProductValuationCostingApi.d.ts.map