import { HandlingUnitSerialNumber } from './HandlingUnitSerialNumber'; import { HandlingUnitSerialNumberRequestBuilder } from './HandlingUnitSerialNumberRequestBuilder'; import { HandlingUnitApi } from './HandlingUnitApi'; import { HandlingUnitItemApi } from './HandlingUnitItemApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OneToOneLink } from '@sap-cloud-sdk/odata-v4'; export declare class HandlingUnitSerialNumberApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ HandlingUnitApi, HandlingUnitItemApi ]): this; entityConstructor: typeof HandlingUnitSerialNumber; requestBuilder(): HandlingUnitSerialNumberRequestBuilder; 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-one navigation property [[handlingUnit]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT: OneToOneLink, DeSerializersT, HandlingUnitApi>; /** * Static representation of the one-to-one navigation property [[handlingUnitItem_1]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_ITEM_1: OneToOneLink, DeSerializersT, HandlingUnitItemApi>; /** * Static representation of the [[handlingUnitItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_ITEM: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[handlingUnitExternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_EXTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[warehouse]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ WAREHOUSE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[stockItemUuid]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STOCK_ITEM_UUID: EdmTypeField>, DeSerializersT, "Edm.Guid", 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>; /** * 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>; }; } //# sourceMappingURL=HandlingUnitSerialNumberApi.d.ts.map