import { DocumentInfoRecordDesc } from './DocumentInfoRecordDesc'; import { DocumentInfoRecordDescRequestBuilder } from './DocumentInfoRecordDescRequestBuilder'; import { DocumentInfoRecordApi } from './DocumentInfoRecordApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v2'; export declare class DocumentInfoRecordDescApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ DocumentInfoRecordApi ]): this; entityConstructor: typeof DocumentInfoRecordDesc; requestBuilder(): DocumentInfoRecordDescRequestBuilder; 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 [[toDocInfoRecord]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_DOC_INFO_RECORD: OneToOneLink, DeSerializersT, DocumentInfoRecordApi>; /** * 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 [[language]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LANGUAGE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[documentDescription]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_DESCRIPTION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[longTextExists]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LONG_TEXT_EXISTS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[docInfoRecdShortText]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOC_INFO_RECD_SHORT_TEXT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[changedDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHANGED_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; }; } //# sourceMappingURL=DocumentInfoRecordDescApi.d.ts.map