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

public class OutbDeliveryItemText extends VdmEntity<OutbDeliveryItemText>
Outbound Delivery Item Texts

Original entity name from the Odata EDM: A_OutbDeliveryItemTextType

  • Field Details

    • ALL_FIELDS

      public static final OutbDeliveryItemTextSelectable ALL_FIELDS
      Selector for all available fields of OutbDeliveryItemText.
    • DELIVERY_DOCUMENT

      public static final OutbDeliveryItemTextField<String> DELIVERY_DOCUMENT
      Use with available fluent helpers to apply the DeliveryDocument field to query operations.
    • DELIVERY_DOCUMENT_ITEM

      public static final OutbDeliveryItemTextField<String> DELIVERY_DOCUMENT_ITEM
      Use with available fluent helpers to apply the DeliveryDocumentItem field to query operations.
    • TEXT_ELEMENT

      public static final OutbDeliveryItemTextField<String> TEXT_ELEMENT
      Use with available fluent helpers to apply the TextElement field to query operations.
    • LANGUAGE

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

      public static final OutbDeliveryItemTextField<String> TEXT_ELEMENT_DESCRIPTION
      Use with available fluent helpers to apply the TextElementDescription field to query operations.
    • TEXT_ELEMENT_TEXT

      public static final OutbDeliveryItemTextField<String> TEXT_ELEMENT_TEXT
      Use with available fluent helpers to apply the TextElementText field to query operations.
    • DELIVERY_LONG_TEXT_IS_FORMATTED

      public static final OutbDeliveryItemTextField<Boolean> DELIVERY_LONG_TEXT_IS_FORMATTED
      Use with available fluent helpers to apply the DeliveryLongTextIsFormatted field to query operations.
  • Constructor Details

    • OutbDeliveryItemText

      public OutbDeliveryItemText()
    • OutbDeliveryItemText

      public OutbDeliveryItemText(@Nullable String deliveryDocument, @Nullable String deliveryDocumentItem, @Nullable String textElement, @Nullable String language, @Nullable String textElementDescription, @Nullable String textElementText, @Nullable Boolean deliveryLongTextIsFormatted)
  • Method Details

    • getType

      @Nonnull public Class<OutbDeliveryItemText> getType()
      Specified by:
      getType in class VdmObject<OutbDeliveryItemText>
    • setDeliveryDocument

      public void setDeliveryDocument(@Nullable String deliveryDocument)
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: DeliveryDocument

      Parameters:
      deliveryDocument - Delivery
    • setDeliveryDocumentItem

      public void setDeliveryDocumentItem(@Nullable String deliveryDocumentItem)
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: DeliveryDocumentItem

      Parameters:
      deliveryDocumentItem - Item
    • setTextElement

      public void setTextElement(@Nullable String textElement)
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: TextElement

      Parameters:
      textElement - Text ID
    • setLanguage

      public void setLanguage(@Nullable String language)
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Parameters:
      language - Language
    • setTextElementDescription

      public void setTextElementDescription(@Nullable String textElementDescription)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: TextElementDescription

      Parameters:
      textElementDescription - Description
    • setTextElementText

      public void setTextElementText(@Nullable String textElementText)
      Constraints: Not nullable

      Original property name from the Odata EDM: TextElementText

      Parameters:
      textElementText - The textElementText to set.
    • setDeliveryLongTextIsFormatted

      public void setDeliveryLongTextIsFormatted(@Nullable Boolean deliveryLongTextIsFormatted)
      Constraints: Not nullable

      Original property name from the Odata EDM: DeliveryLongTextIsFormatted

      Parameters:
      deliveryLongTextIsFormatted - Truth Value
    • getEntityCollection

      protected String getEntityCollection()
      Specified by:
      getEntityCollection in class VdmEntity<OutbDeliveryItemText>
    • getKey

      @Nonnull protected Map<String,Object> getKey()
      Overrides:
      getKey in class VdmObject<OutbDeliveryItemText>
    • toMapOfFields

      @Nonnull protected Map<String,Object> toMapOfFields()
      Overrides:
      toMapOfFields in class VdmObject<OutbDeliveryItemText>
    • fromMap

      protected void fromMap(Map<String,Object> inputValues)
      Overrides:
      fromMap in class VdmObject<OutbDeliveryItemText>
    • field

      @Nonnull public static <T> OutbDeliveryItemTextField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      Parameters:
      fieldName - The name of the extension field as returned by the OData service.
      fieldType - The Java type to use for the extension field when performing value comparisons.
      Returns:
      A representation of an extension field from this entity.
    • field

      @Nonnull public static <T, DomainT> OutbDeliveryItemTextField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
      Use with available fluent helpers to apply an extension field to query operations.
      Type Parameters:
      T - The type of the extension field when performing value comparisons.
      DomainT - The type of the extension field as returned by the OData service.
      Parameters:
      typeConverter - A TypeConverter<T, DomainT> instance whose first generic type matches the Java type of the field
      fieldName - The name of the extension field as returned by the OData service.
      Returns:
      A representation of an extension field from this entity, holding a reference to the given TypeConverter.
    • getDestinationForFetch

      @Nullable public HttpDestinationProperties getDestinationForFetch()
      Overrides:
      getDestinationForFetch in class VdmEntity<OutbDeliveryItemText>
    • setServicePathForFetch

      protected void setServicePathForFetch(@Nullable String servicePathForFetch)
      Overrides:
      setServicePathForFetch in class VdmEntity<OutbDeliveryItemText>
    • attachToService

      public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
      Overrides:
      attachToService in class VdmEntity<OutbDeliveryItemText>
    • getDefaultServicePath

      protected String getDefaultServicePath()
      Overrides:
      getDefaultServicePath in class VdmEntity<OutbDeliveryItemText>
    • builder

      @Nonnull public static OutbDeliveryItemText.OutbDeliveryItemTextBuilder builder()
    • getDeliveryDocument

      @Nullable public String getDeliveryDocument()
      (Key Field) Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: DeliveryDocument

      Returns:
      Delivery
    • getDeliveryDocumentItem

      @Nullable public String getDeliveryDocumentItem()
      (Key Field) Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: DeliveryDocumentItem

      Returns:
      Item
    • getTextElement

      @Nullable public String getTextElement()
      (Key Field) Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: TextElement

      Returns:
      Text ID
    • getLanguage

      @Nullable public String getLanguage()
      (Key Field) Constraints: Not nullable, Maximum length: 2

      Original property name from the Odata EDM: Language

      Returns:
      Language
    • getTextElementDescription

      @Nullable public String getTextElementDescription()
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: TextElementDescription

      Returns:
      Description
    • getTextElementText

      @Nullable public String getTextElementText()
      Constraints: Not nullable

      Original property name from the Odata EDM: TextElementText

      Returns:
      The textElementText contained in this entity.
    • getDeliveryLongTextIsFormatted

      @Nullable public Boolean getDeliveryLongTextIsFormatted()
      Constraints: Not nullable

      Original property name from the Odata EDM: DeliveryLongTextIsFormatted

      Returns:
      Truth Value
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class VdmObject<OutbDeliveryItemText>
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class VdmEntity<OutbDeliveryItemText>
    • canEqual

      protected boolean canEqual(@Nullable Object other)
      Overrides:
      canEqual in class VdmEntity<OutbDeliveryItemText>
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class VdmEntity<OutbDeliveryItemText>