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

public class PartnerBudgetPeriod extends VdmEntity<PartnerBudgetPeriod>
Partner Budget Period

Original entity name from the Odata EDM: PartnerBudgetPeriod

  • Field Details

    • ALL_FIELDS

      public static final PartnerBudgetPeriodSelectable ALL_FIELDS
      Selector for all available fields of PartnerBudgetPeriod.
    • PARTNER_BUDGET_PERIOD

      public static final PartnerBudgetPeriodField<String> PARTNER_BUDGET_PERIOD
      Use with available fluent helpers to apply the PartnerBudgetPeriod field to query operations.
    • PARTNER_BUDGET_PERIOD_TEXT

      public static final PartnerBudgetPeriodField<String> PARTNER_BUDGET_PERIOD_TEXT
      Use with available fluent helpers to apply the PartnerBudgetPeriodText field to query operations.
  • Constructor Details

    • PartnerBudgetPeriod

      public PartnerBudgetPeriod()
    • PartnerBudgetPeriod

      public PartnerBudgetPeriod(@Nullable String partnerBudgetPeriod, @Nullable String partnerBudgetPeriodText)
  • Method Details