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

public class SuplrEvalRspSectionText extends VdmEntity<SuplrEvalRspSectionText>
Section Text

Original entity name from the Odata EDM: A_SuplrEvalRspSectionTextType

  • Field Details

    • ALL_FIELDS

      public static final SuplrEvalRspSectionTextSelectable ALL_FIELDS
      Selector for all available fields of SuplrEvalRspSectionText.
    • SUPLR_EVAL_REQ_UUID

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

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

      public static final SuplrEvalRspSectionTextField<String> SUPLR_EVAL_RSP_SECTION_TEXT
      Use with available fluent helpers to apply the SuplrEvalRspSectionText field to query operations.
  • Constructor Details

    • SuplrEvalRspSectionText

      public SuplrEvalRspSectionText()
    • SuplrEvalRspSectionText

      public SuplrEvalRspSectionText(@Nullable UUID suplrEvalReqUUID, @Nullable String language, @Nullable String suplrEvalRspSectionText)
  • Method Details