Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.ProductDescription
Packages that use ProductDescription
Package
Description
-
Uses of ProductDescription in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type parameters of type ProductDescriptionModifier and TypeFieldDescriptionstatic final ClfnProductLink<ProductDescription>ClfnProduct.TO_DESCRIPTIONUse with available fluent helpers to apply the to_Description navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return ProductDescriptionMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return types with arguments of type ProductDescriptionModifier and TypeMethodDescriptionClfnProduct.fetchDescription()Fetches the ProductDescription entities (one to many) associated with this entity.io.vavr.control.Option<List<ProductDescription>>ClfnProduct.getDescriptionIfPresent()Retrieval of associated ProductDescription entities (one to many).ClfnProduct.getDescriptionOrFetch()Retrieval of associated ProductDescription entities (one to many).protected Class<ProductDescription>ProductDescriptionByKeyFluentHelper.getEntityClass()protected Class<ProductDescription>ProductDescriptionFluentHelper.getEntityClass()ProductDescription.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with parameters of type ProductDescriptionModifier and TypeMethodDescriptionvoidClfnProduct.addDescription(ProductDescription... entity) Adds elements to the list of associated ProductDescription entities.ClfnProduct.ClfnProductBuilder.description(ProductDescription... value) Navigation property to_Description for ClfnProduct to multiple ProductDescription.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductDescriptionModifier and TypeMethodDescriptionvoidClfnProduct.setDescription(List<ProductDescription> value) Overwrites the list of associated ProductDescription entities for the loaded navigation property to_Description.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification with type arguments of type ProductDescriptionModifierConstructorDescriptionClfnProduct(String product, String productType, String crossPlantStatus, LocalDateTime crossPlantStatusValidityDate, LocalDateTime creationDate, String createdByUser, LocalDateTime lastChangeDate, String lastChangedByUser, Boolean isMarkedForDeletion, String productOldID, BigDecimal grossWeight, String purchaseOrderQuantityUnit, String sourceOfSupply, String weightUnit, BigDecimal netWeight, String countryOfOrigin, String competitorID, String productGroup, String baseUnit, String itemCategoryGroup, String productHierarchy, String division, String varblPurOrdUnitIsActive, String volumeUnit, BigDecimal materialVolume, String aNPCode, String brand, String procurementRule, LocalDateTime validityStartDate, String lowLevelCode, String prodNoInGenProdInPrepackProd, String serialIdentifierAssgmtProfile, String sizeOrDimensionText, String industryStandardName, String productStandardID, String internationalArticleNumberCat, Boolean productIsConfigurable, Boolean isBatchManagementRequired, String externalProductGroup, String crossPlantConfigurableProduct, String serialNoExplicitnessLevel, String productManufacturerNumber, String manufacturerPartProfile, String changeNumber, String materialRevisionLevel, String handlingIndicator, String warehouseProductGroup, String warehouseStorageCondition, String standardHandlingUnitType, String serialNumberProfile, String adjustmentProfile, String preferredUnitOfMeasure, Boolean isPilferable, Boolean isRelevantForHzdsSubstances, BigDecimal quarantinePeriod, String timeUnitForQuarantinePeriod, String qualityInspectionGroup, String authorizationGroup, String handlingUnitType, Boolean hasVariableTareWeight, BigDecimal maximumPackagingLength, BigDecimal maximumPackagingWidth, BigDecimal maximumPackagingHeight, String unitForMaxPackagingDimensions, List<ProductDescription> toDescription, List<ProductPlant> toPlant, List<ProductCharc> toProductCharc, List<ProductClass> toProductClass, List<ProductSalesTax> toProductSalesTax, List<ProductSalesDelivery> toSalesDelivery) -
Uses of ProductDescription in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.link that return types with arguments of type ProductDescriptionModifier and TypeMethodDescriptionProductDescriptionOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.link with type arguments of type ProductDescriptionModifier and TypeMethodDescriptionprotected ProductDescriptionLink<ObjectT>ProductDescriptionLink.translateLinkType(EntityLink<ProductDescriptionLink<ObjectT>, ProductDescription, ObjectT> link)