import { DocumentInfoRecordCharcValue } from './DocumentInfoRecordCharcValue'; import { DocumentInfoRecordCharcValueRequestBuilder } from './DocumentInfoRecordCharcValueRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class DocumentInfoRecordCharcValueApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof DocumentInfoRecordCharcValue; requestBuilder(): DocumentInfoRecordCharcValueRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[documentInfoRecordDocType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_INFO_RECORD_DOC_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[documentInfoRecordDocNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_INFO_RECORD_DOC_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[documentInfoRecordDocVersion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_INFO_RECORD_DOC_VERSION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[documentInfoRecordDocPart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_INFO_RECORD_DOC_PART: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[classType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CLASS_TYPE: 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 [[keyDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ KEY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", true, 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 [[charcMaintAuthGrp]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHARC_MAINT_AUTH_GRP: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=DocumentInfoRecordCharcValueApi.d.ts.map