import { DocumentInfoRecordClassCharc } from './DocumentInfoRecordClassCharc'; import { DocumentInfoRecordClassCharcRequestBuilder } from './DocumentInfoRecordClassCharcRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class DocumentInfoRecordClassCharcApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof DocumentInfoRecordClassCharc; requestBuilder(): DocumentInfoRecordClassCharcRequestBuilder; 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 [[classInternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CLASS_INTERNAL_ID: 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 [[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 [[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", true, true>; }; } //# sourceMappingURL=DocumentInfoRecordClassCharcApi.d.ts.map