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

public class SuplrActyPurchaserResp extends VdmEntity<SuplrActyPurchaserResp>
Purchaser Responsible

Original entity name from the Odata EDM: A_SuplrActyPurchaserRespType

  • Field Details

    • ALL_FIELDS

      public static final SuplrActyPurchaserRespSelectable ALL_FIELDS
      Selector for all available fields of SuplrActyPurchaserResp.
    • SUPLR_ACTY_PARTY_UUID

      public static final SuplrActyPurchaserRespField<UUID> SUPLR_ACTY_PARTY_UUID
      Use with available fluent helpers to apply the SuplrActyPartyUUID field to query operations.
    • SUPLR_ACTY_UUID

      public static final SuplrActyPurchaserRespField<UUID> SUPLR_ACTY_UUID
      Use with available fluent helpers to apply the SuplrActyUUID field to query operations.
    • USER_ID

      public static final SuplrActyPurchaserRespField<String> USER_ID
      Use with available fluent helpers to apply the UserID field to query operations.
  • Constructor Details

    • SuplrActyPurchaserResp

      public SuplrActyPurchaserResp()
    • SuplrActyPurchaserResp

      public SuplrActyPurchaserResp(@Nullable UUID suplrActyPartyUUID, @Nullable UUID suplrActyUUID, @Nullable String userID)
  • Method Details