import { SerialNmbrDelivery } from './SerialNmbrDelivery'; import { SerialNmbrDeliveryRequestBuilder } from './SerialNmbrDeliveryRequestBuilder'; import { MaintenanceItemObjectApi } from './MaintenanceItemObjectApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, OrderableEdmTypeField, EdmTypeField, Link } from '@sap-cloud-sdk/odata-v2'; export declare class SerialNmbrDeliveryApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ MaintenanceItemObjectApi ]): this; entityConstructor: typeof SerialNmbrDelivery; requestBuilder(): SerialNmbrDeliveryRequestBuilder; 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-many navigation property [[toMaintenanceItemObject]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TO_MAINTENANCE_ITEM_OBJECT: Link, DeSerializersT, MaintenanceItemObjectApi>; /** * Static representation of the [[deliveryDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DATE: OrderableEdmTypeField>, DeSerializersT, "Edm.DateTime", false, true>; /** * Static representation of the [[deliveryDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[deliveryDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ DELIVERY_DOCUMENT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", 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 [[sdDocumentCategory]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SD_DOCUMENT_CATEGORY: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; }; } //# sourceMappingURL=SerialNmbrDeliveryApi.d.ts.map