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

public class SuplrEvalRspQuestionText extends VdmEntity<SuplrEvalRspQuestionText>
Question Text

Original entity name from the Odata EDM: A_SuplrEvalRspQuestionTextType

  • Field Details

    • ALL_FIELDS

      public static final SuplrEvalRspQuestionTextSelectable ALL_FIELDS
      Selector for all available fields of SuplrEvalRspQuestionText.
    • SUPLR_EVAL_REQ_UUID

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

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

      public static final SuplrEvalRspQuestionTextField<String> SUPLR_EVAL_RSP_QUESTION_TEXT
      Use with available fluent helpers to apply the SuplrEvalRspQuestionText field to query operations.
  • Constructor Details

    • SuplrEvalRspQuestionText

      public SuplrEvalRspQuestionText()
    • SuplrEvalRspQuestionText

      public SuplrEvalRspQuestionText(@Nullable UUID suplrEvalReqUUID, @Nullable String language, @Nullable String suplrEvalRspQuestionText)
  • Method Details