import { ProductStorage } from './ProductStorage'; import { ProductStorageRequestBuilder } from './ProductStorageRequestBuilder'; import { CustomField, DefaultDeSerializers, DeSerializers, AllFields, EntityBuilderType, EntityApi, EdmTypeField, OrderableEdmTypeField } from '@sap-cloud-sdk/odata-v2'; export declare class ProductStorageApi implements EntityApi, DeSerializersT> { deSerializers: DeSerializersT; constructor(deSerializers?: DeSerializersT); private navigationPropertyFields; _addNavigationProperties(linkedApis: [ ]): this; entityConstructor: typeof ProductStorage; requestBuilder(): ProductStorageRequestBuilder; entityBuilder(): EntityBuilderType, DeSerializersT>; customField(fieldName: string, isNullable?: NullableT): CustomField, DeSerializersT, NullableT>; get schema(): { /** * * All fields selector. */ ALL_FIELDS: AllFields>>; /** * Static representation of the [[product]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ PRODUCT: EdmTypeField>, DeSerializersT, "Edm.String", false, true>; /** * Static representation of the [[storageConditions]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ STORAGE_CONDITIONS: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[temperatureConditionInd]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TEMPERATURE_CONDITION_IND: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[hazardousMaterialNumber]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ HAZARDOUS_MATERIAL_NUMBER: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[nmbrOfGrOrGiSlipsToPrintQty]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ NMBR_OF_GR_OR_GI_SLIPS_TO_PRINT_QTY: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[labelType]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LABEL_TYPE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[labelForm]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ LABEL_FORM: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[minRemainingShelfLife]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ MIN_REMAINING_SHELF_LIFE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[expirationDate]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ EXPIRATION_DATE: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[shelfLifeExpirationDatePeriod]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ SHELF_LIFE_EXPIRATION_DATE_PERIOD: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; /** * Static representation of the [[totalShelfLife]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ TOTAL_SHELF_LIFE: OrderableEdmTypeField>, DeSerializersT, "Edm.Decimal", true, true>; /** * Static representation of the [[baseUnit]] property for query construction. * Use to reference this property in query operations such as 'select' in the fluent request API. */ BASE_UNIT: EdmTypeField>, DeSerializersT, "Edm.String", true, true>; }; } //# sourceMappingURL=ProductStorageApi.d.ts.map