import { ChangeRecordReferenceDoc } from './ChangeRecordReferenceDoc'; import { ChangeRecordReferenceDocRequestBuilder } from './ChangeRecordReferenceDocRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ChangeRecordReferenceDocApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ChangeRecordReferenceDoc; requestBuilder(): ChangeRecordReferenceDocRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[deleteMc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELETE_MC: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[updateMc]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ UPDATE_MC: EdmTypeField>, DeSerializersT, "Edm.Boolean", true, true>; /** * Static representation of the [[changeRecordReferenceUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHANGE_RECORD_REFERENCE_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", false, true>; /** * Static representation of the [[changeRecord]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHANGE_RECORD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[changeRecordUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHANGE_RECORD_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", true, true>; /** * Static representation of the [[changeRecordReferenceType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHANGE_RECORD_REFERENCE_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[createdByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATED_BY_USER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[creationDateTime]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CREATION_DATE_TIME: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTimeOffset", true, true>; /** * Static representation of the [[lastChangedByUser]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LAST_CHANGED_BY_USER: 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.Decimal", true, true>; /** * Static representation of the [[documentInfoRecord]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_INFO_RECORD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[documentType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[documentPart]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_PART: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[documentVersion]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DOCUMENT_VERSION: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[changeRecordItemRelevance]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ CHANGE_RECORD_ITEM_RELEVANCE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[externalDocumentStatus]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXTERNAL_DOCUMENT_STATUS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ChangeRecordReferenceDocApi.d.ts.map