import { ChangeRecordReferenceBom } from './ChangeRecordReferenceBom'; import { ChangeRecordReferenceBomRequestBuilder } from './ChangeRecordReferenceBomRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ChangeRecordReferenceBomApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ChangeRecordReferenceBom; requestBuilder(): ChangeRecordReferenceBomRequestBuilder; 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 [[material]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MATERIAL: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[plant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PLANT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billOfMaterialVariantUsage]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_OF_MATERIAL_VARIANT_USAGE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[billOfMaterialVariant]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BILL_OF_MATERIAL_VARIANT: 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>; }; } //# sourceMappingURL=ChangeRecordReferenceBomApi.d.ts.map