import { MaintenanceItemObject } from './MaintenanceItemObject'; import { MaintenanceItemObjectRequestBuilder } from './MaintenanceItemObjectRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class MaintenanceItemObjectApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof MaintenanceItemObject; requestBuilder(): MaintenanceItemObjectRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[assembly]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ ASSEMBLY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[equipment]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EQUIPMENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[functionalLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ FUNCTIONAL_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[maintenanceItemObject]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINTENANCE_ITEM_OBJECT: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", false, true>; /** * Static representation of the [[maintenanceItemObjectList]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINTENANCE_ITEM_OBJECT_LIST: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", false, true>; /** * Static representation of the [[maintenanceNotification]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINTENANCE_NOTIFICATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[maintObjectLocAcctAssgmtNmbr]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MAINT_OBJECT_LOC_ACCT_ASSGMT_NMBR: EdmTypeField>, DeSerializersT, "Edm.String", false, 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", false, true>; /** * Static representation of the [[serialNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERIAL_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; }; } //# sourceMappingURL=MaintenanceItemObjectApi.d.ts.map