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

public class SelfBillingValueItemText extends VdmEntity<SelfBillingValueItemText>
Description of Self-Billing Value Item Indicator

Original entity name from the Odata EDM: A_SelfBillingValueItemTextType

  • Field Details

    • ALL_FIELDS

      public static final SelfBillingValueItemTextSelectable ALL_FIELDS
      Selector for all available fields of SelfBillingValueItemText.
    • SELF_BILLING_VALUE_ITEM

      public static final SelfBillingValueItemTextField<String> SELF_BILLING_VALUE_ITEM
      Use with available fluent helpers to apply the SelfBillingValueItem field to query operations.
    • LANGUAGE

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

      public static final SelfBillingValueItemTextField<String> SELF_BILLING_VALUE_ITEM_DESC
      Use with available fluent helpers to apply the SelfBillingValueItemDesc field to query operations.
  • Constructor Details

    • SelfBillingValueItemText

      public SelfBillingValueItemText()
    • SelfBillingValueItemText

      public SelfBillingValueItemText(@Nullable String selfBillingValueItem, @Nullable String language, @Nullable String selfBillingValueItemDesc)
  • Method Details