import { HandlingUnitItem } from './HandlingUnitItem'; import { HandlingUnitItemRequestBuilder } from './HandlingUnitItemRequestBuilder'; import { HandlingUnitApi } from './HandlingUnitApi'; import { HandlingUnitSerialNumberApi } from './HandlingUnitSerialNumberApi'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField, OneToOneLink, OneToManyLink } from '@sap-cloud-sdk/odata-v4'; export declare class HandlingUnitItemApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ HandlingUnitApi, HandlingUnitSerialNumberApi ]): this; entityConstructor: typeof HandlingUnitItem; requestBuilder(): HandlingUnitItemRequestBuilder; 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-many navigation property [[handlingUnitItemSerialNumber]] for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_ITEM_SERIAL_NUMBER: OneToManyLink, DeSerializersT, HandlingUnitSerialNumberApi>; /** * 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 [[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 [[handlingUnitTypeOfContent]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_TYPE_OF_CONTENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[handlingUnitNestedExternalId]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_NESTED_EXTERNAL_ID: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[handlingUnitReferenceDocument]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_REFERENCE_DOCUMENT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[handlingUnitRefDocumentItem]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_REF_DOCUMENT_ITEM: 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 [[batch]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BATCH: EdmTypeField>, DeSerializersT, "Edm.String", false, 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", false, true>; /** * Static representation of the [[storageLocation]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STORAGE_LOCATION: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[handlingUnitQuantity]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_QUANTITY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", false, true>; /** * Static representation of the [[handlingUnitQuantityUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_QUANTITY_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[handlingUnitAltUnitOfMeasure]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_ALT_UNIT_OF_MEASURE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[handlingUnitNrOfAuxPackgMat]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_NR_OF_AUX_PACKG_MAT: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", false, true>; /** * Static representation of the [[handlingUnitNumberOfSerialNumb]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HANDLING_UNIT_NUMBER_OF_SERIAL_NUMB: OrderableEdmTypeField>, DeSerializersT, "Edm.Int32", false, true>; /** * Static representation of the [[serialNumberProfile]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SERIAL_NUMBER_PROFILE: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; }; } //# sourceMappingURL=HandlingUnitItemApi.d.ts.map