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

public class DistributionChannel extends VdmEntity<DistributionChannel>
Distribution Channel

Original entity name from the Odata EDM: DistributionChannel

  • Field Details

    • ALL_FIELDS

      public static final DistributionChannelSelectable ALL_FIELDS
      Selector for all available fields of DistributionChannel.
    • DISTRIBUTION_CHANNEL

      public static final DistributionChannelField<String> DISTRIBUTION_CHANNEL
      Use with available fluent helpers to apply the DistributionChannel field to query operations.
    • DISTRIBUTION_CHANNEL_TEXT

      public static final DistributionChannelField<String> DISTRIBUTION_CHANNEL_TEXT
      Use with available fluent helpers to apply the DistributionChannelText field to query operations.
  • Constructor Details

    • DistributionChannel

      public DistributionChannel()
    • DistributionChannel

      public DistributionChannel(@Nullable String distributionChannel, @Nullable String distributionChannelText)
  • Method Details