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

public class PartnerBusinessProcess extends VdmEntity<PartnerBusinessProcess>
Partner Business Process

Original entity name from the Odata EDM: PartnerBusinessProcess

  • Field Details

    • ALL_FIELDS

      public static final PartnerBusinessProcessSelectable ALL_FIELDS
      Selector for all available fields of PartnerBusinessProcess.
    • PARTNER_BUSINESS_PROCESS

      public static final PartnerBusinessProcessField<String> PARTNER_BUSINESS_PROCESS
      Use with available fluent helpers to apply the PartnerBusinessProcess field to query operations.
    • PARTNER_BUSINESS_PROCESS_TEXT

      public static final PartnerBusinessProcessField<String> PARTNER_BUSINESS_PROCESS_TEXT
      Use with available fluent helpers to apply the PartnerBusinessProcessText field to query operations.
  • Constructor Details

    • PartnerBusinessProcess

      public PartnerBusinessProcess()
    • PartnerBusinessProcess

      public PartnerBusinessProcess(@Nullable String partnerBusinessProcess, @Nullable String partnerBusinessProcessText)
  • Method Details