import { BatchCharcValue } from './BatchCharcValue'; import { BatchCharcValueRequestBuilder } from './BatchCharcValueRequestBuilder'; import { BatchCharcApi } from './BatchCharcApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class BatchCharcValueApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ BatchCharcApi ]): this; entityConstructor: typeof BatchCharcValue; requestBuilder(): BatchCharcValueRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the one-to-one navigation property [[toBatchCharc]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_BATCH_CHARC: OneToOneLink, DeSerializersT, BatchCharcApi>; /** * Static representation of the [[material]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[batchIdentifyingPlant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH_IDENTIFYING_PLANT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[batch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[charcInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_INTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[charcValuePositionNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_VALUE_POSITION_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[charcValueDependency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_VALUE_DEPENDENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[charcValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_VALUE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[charcFromNumericValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_FROM_NUMERIC_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Double", true, true>; /** * Static representation of the [[charcFromNumericValueUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_FROM_NUMERIC_VALUE_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[charcToNumericValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_TO_NUMERIC_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Double", true, true>; /** * Static representation of the [[charcToNumericValueUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_TO_NUMERIC_VALUE_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[charcFromDecimalValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_FROM_DECIMAL_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[charcToDecimalValue]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_TO_DECIMAL_VALUE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[charcFromAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_FROM_AMOUNT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[charcToAmount]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_TO_AMOUNT: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[currency]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CURRENCY: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[charcFromDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_FROM_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[charcToDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_TO_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, true>; /** * Static representation of the [[charcFromTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_FROM_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[charcToTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_TO_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.Time", true, true>; /** * Static representation of the [[characteristicAuthor]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARACTERISTIC_AUTHOR: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[lastChangeDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGE_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; }; } //# sourceMappingURL=BatchCharcValueApi.d.ts.map