import { ProductSales } from './ProductSales'; import { ProductSalesRequestBuilder } from './ProductSalesRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductSalesApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductSales; requestBuilder(): ProductSalesRequestBuilder; 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 [[salesStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[salesStatusValidityDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SALES_STATUS_VALIDITY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[taxClassification]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TAX_CLASSIFICATION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[transportationGroup]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TRANSPORTATION_GROUP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ProductSalesApi.d.ts.map