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