java.lang.Object
com.sap.cloud.sdk.datamodel.odata.helper.VdmObject<EntityT>
com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity<ProductPurchaseText>
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.ProductPurchaseText

public class ProductPurchaseText extends VdmEntity<ProductPurchaseText>
Purchase Text

Original entity name from the Odata EDM: A_ProductPurchaseTextType

  • Field Details

    • ALL_FIELDS

      public static final ProductPurchaseTextSelectable ALL_FIELDS
      Selector for all available fields of ProductPurchaseText.
    • PRODUCT

      public static final ProductPurchaseTextField<String> PRODUCT
      Use with available fluent helpers to apply the Product field to query operations.
    • LANGUAGE

      public static final ProductPurchaseTextField<String> LANGUAGE
      Use with available fluent helpers to apply the Language field to query operations.
    • LONG_TEXT

      public static final ProductPurchaseTextField<String> LONG_TEXT
      Use with available fluent helpers to apply the LongText field to query operations.
  • Constructor Details

    • ProductPurchaseText

      public ProductPurchaseText()
    • ProductPurchaseText

      public ProductPurchaseText(@Nullable String product, @Nullable String language, @Nullable String longText)
  • Method Details