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

public class SuplrEvalRspIntroduction extends VdmEntity<SuplrEvalRspIntroduction>
Introduction Text

Original entity name from the Odata EDM: A_SuplrEvalRspIntroductionType

  • Field Details

    • ALL_FIELDS

      public static final SuplrEvalRspIntroductionSelectable ALL_FIELDS
      Selector for all available fields of SuplrEvalRspIntroduction.
    • SUPLR_EVAL_REQ_UUID

      public static final SuplrEvalRspIntroductionField<UUID> SUPLR_EVAL_REQ_UUID
      Use with available fluent helpers to apply the SuplrEvalReqUUID field to query operations.
    • LANGUAGE

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

      public static final SuplrEvalRspIntroductionField<String> SUPLR_EVAL_RSP_INTRODUCTION_TEXT
      Use with available fluent helpers to apply the SuplrEvalRspIntroductionText field to query operations.
  • Constructor Details

    • SuplrEvalRspIntroduction

      public SuplrEvalRspIntroduction()
    • SuplrEvalRspIntroduction

      public SuplrEvalRspIntroduction(@Nullable UUID suplrEvalReqUUID, @Nullable String language, @Nullable String suplrEvalRspIntroductionText)
  • Method Details