import { ProductUnitsOfMeasureEan } from './ProductUnitsOfMeasureEan'; import { ProductUnitsOfMeasureEanRequestBuilder } from './ProductUnitsOfMeasureEanRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductUnitsOfMeasureEanApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductUnitsOfMeasureEan; requestBuilder(): ProductUnitsOfMeasureEanRequestBuilder; 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 [[alternativeUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ALTERNATIVE_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[consecutiveNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CONSECUTIVE_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[productStandardId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT_STANDARD_ID: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[internationalArticleNumberCat]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ INTERNATIONAL_ARTICLE_NUMBER_CAT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[isMainGlobalTradeItemNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ IS_MAIN_GLOBAL_TRADE_ITEM_NUMBER: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; }; } //# sourceMappingURL=ProductUnitsOfMeasureEanApi.d.ts.map