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

public class SuplrActyTskDescription extends VdmEntity<SuplrActyTskDescription>
Detailed Description

Original entity name from the Odata EDM: A_SuplrActyTskDescriptionType

  • Field Details

    • ALL_FIELDS

      public static final SuplrActyTskDescriptionSelectable ALL_FIELDS
      Selector for all available fields of SuplrActyTskDescription.
    • SUPLR_ACTY_TASK_UUID

      public static final SuplrActyTskDescriptionField<UUID> SUPLR_ACTY_TASK_UUID
      Use with available fluent helpers to apply the SuplrActyTaskUUID field to query operations.
    • LANGUAGE

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

      public static final SuplrActyTskDescriptionField<String> SUPLR_ACTY_TSK_DESCRIPTION
      Use with available fluent helpers to apply the SuplrActyTskDescription field to query operations.
  • Constructor Details

    • SuplrActyTskDescription

      public SuplrActyTskDescription()
    • SuplrActyTskDescription

      public SuplrActyTskDescription(@Nullable UUID suplrActyTaskUUID, @Nullable String language, @Nullable String suplrActyTskDescription)
  • Method Details