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

public class InbDeliveryDocFlow extends VdmEntity<InbDeliveryDocFlow>

Original entity name from the Odata EDM: A_InbDeliveryDocFlowType

  • Field Details

    • ALL_FIELDS

      public static final InbDeliveryDocFlowSelectable ALL_FIELDS
      Selector for all available fields of InbDeliveryDocFlow.
    • DELIVERY_VERSION

      public static final InbDeliveryDocFlowField<String> DELIVERY_VERSION
      Use with available fluent helpers to apply the DeliveryVersion field to query operations.
    • PRECEDING_DOCUMENT

      public static final InbDeliveryDocFlowField<String> PRECEDING_DOCUMENT
      Use with available fluent helpers to apply the PrecedingDocument field to query operations.
    • PRECEDING_DOCUMENT_CATEGORY

      public static final InbDeliveryDocFlowField<String> PRECEDING_DOCUMENT_CATEGORY
      Use with available fluent helpers to apply the PrecedingDocumentCategory field to query operations.
    • PRECEDING_DOCUMENT_ITEM

      public static final InbDeliveryDocFlowField<String> PRECEDING_DOCUMENT_ITEM
      Use with available fluent helpers to apply the PrecedingDocumentItem field to query operations.
    • QUANTITY_IN_BASE_UNIT

      public static final InbDeliveryDocFlowField<BigDecimal> QUANTITY_IN_BASE_UNIT
      Use with available fluent helpers to apply the QuantityInBaseUnit field to query operations.
    • SD_FULFILLMENT_CALCULATION_RULE

      public static final InbDeliveryDocFlowField<String> SD_FULFILLMENT_CALCULATION_RULE
      Use with available fluent helpers to apply the SDFulfillmentCalculationRule field to query operations.
    • SUBSEQUENT_DOCUMENT

      public static final InbDeliveryDocFlowField<String> SUBSEQUENT_DOCUMENT
      Use with available fluent helpers to apply the SubsequentDocument field to query operations.
    • SUBSEQUENT_DOCUMENT_CATEGORY

      public static final InbDeliveryDocFlowField<String> SUBSEQUENT_DOCUMENT_CATEGORY
      Use with available fluent helpers to apply the SubsequentDocumentCategory field to query operations.
    • SUBSEQUENT_DOCUMENT_ITEM

      public static final InbDeliveryDocFlowField<String> SUBSEQUENT_DOCUMENT_ITEM
      Use with available fluent helpers to apply the SubsequentDocumentItem field to query operations.
    • TRANSFER_ORDER_IN_WRHS_MGMT_IS_CONFD

      public static final InbDeliveryDocFlowField<Boolean> TRANSFER_ORDER_IN_WRHS_MGMT_IS_CONFD
      Use with available fluent helpers to apply the TransferOrderInWrhsMgmtIsConfd field to query operations.
  • Constructor Details

    • InbDeliveryDocFlow

      public InbDeliveryDocFlow()
    • InbDeliveryDocFlow

      public InbDeliveryDocFlow(@Nullable String deliveryVersion, @Nullable String precedingDocument, @Nullable String precedingDocumentCategory, @Nullable String precedingDocumentItem, @Nullable BigDecimal quantityInBaseUnit, @Nullable String sDFulfillmentCalculationRule, @Nullable String subsequentDocument, @Nullable String subsequentDocumentCategory, @Nullable String subsequentDocumentItem, @Nullable Boolean transferOrderInWrhsMgmtIsConfd)
  • Method Details

    • getType

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

      public void setDeliveryVersion(@Nullable String deliveryVersion)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DeliveryVersion

      Parameters:
      deliveryVersion - Delivery Version
    • setPrecedingDocument

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

      Original property name from the Odata EDM: PrecedingDocument

      Parameters:
      precedingDocument - Preceding Doc.
    • setPrecedingDocumentCategory

      public void setPrecedingDocumentCategory(@Nullable String precedingDocumentCategory)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: PrecedingDocumentCategory

      Parameters:
      precedingDocumentCategory - Prec.Doc.Categ.
    • setPrecedingDocumentItem

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

      Original property name from the Odata EDM: PrecedingDocumentItem

      Parameters:
      precedingDocumentItem - Preceding Item
    • setQuantityInBaseUnit

      public void setQuantityInBaseUnit(@Nullable BigDecimal quantityInBaseUnit)
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: QuantityInBaseUnit

      Parameters:
      quantityInBaseUnit - Quantity
    • setSDFulfillmentCalculationRule

      public void setSDFulfillmentCalculationRule(@Nullable String sDFulfillmentCalculationRule)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SDFulfillmentCalculationRule

      Parameters:
      sDFulfillmentCalculationRule - Pos./Negative
    • setSubsequentDocument

      public void setSubsequentDocument(@Nullable String subsequentDocument)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SubsequentDocument

      Parameters:
      subsequentDocument - Follow-on Doc.
    • setSubsequentDocumentCategory

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

      Original property name from the Odata EDM: SubsequentDocumentCategory

      Parameters:
      subsequentDocumentCategory - Subs.Doc.Categ.
    • setSubsequentDocumentItem

      public void setSubsequentDocumentItem(@Nullable String subsequentDocumentItem)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SubsequentDocumentItem

      Parameters:
      subsequentDocumentItem - Subsequent Item
    • setTransferOrderInWrhsMgmtIsConfd

      public void setTransferOrderInWrhsMgmtIsConfd(@Nullable Boolean transferOrderInWrhsMgmtIsConfd)
      Constraints: none

      Original property name from the Odata EDM: TransferOrderInWrhsMgmtIsConfd

      Parameters:
      transferOrderInWrhsMgmtIsConfd - Confirmation ID
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> InbDeliveryDocFlowField<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> InbDeliveryDocFlowField<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<InbDeliveryDocFlow>
    • setServicePathForFetch

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

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

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

      @Nonnull public static InbDeliveryDocFlow.InbDeliveryDocFlowBuilder builder()
    • getDeliveryVersion

      @Nullable public String getDeliveryVersion()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: DeliveryVersion

      Returns:
      Delivery Version
    • getPrecedingDocument

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

      Original property name from the Odata EDM: PrecedingDocument

      Returns:
      Preceding Doc.
    • getPrecedingDocumentCategory

      @Nullable public String getPrecedingDocumentCategory()
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: PrecedingDocumentCategory

      Returns:
      Prec.Doc.Categ.
    • getPrecedingDocumentItem

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

      Original property name from the Odata EDM: PrecedingDocumentItem

      Returns:
      Preceding Item
    • getQuantityInBaseUnit

      @Nullable public BigDecimal getQuantityInBaseUnit()
      Constraints: Not nullable, Precision: 15, Scale: 3

      Original property name from the Odata EDM: QuantityInBaseUnit

      Returns:
      Quantity
    • getSDFulfillmentCalculationRule

      @Nullable public String getSDFulfillmentCalculationRule()
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SDFulfillmentCalculationRule

      Returns:
      Pos./Negative
    • getSubsequentDocument

      @Nullable public String getSubsequentDocument()
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: SubsequentDocument

      Returns:
      Follow-on Doc.
    • getSubsequentDocumentCategory

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

      Original property name from the Odata EDM: SubsequentDocumentCategory

      Returns:
      Subs.Doc.Categ.
    • getSubsequentDocumentItem

      @Nullable public String getSubsequentDocumentItem()
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: SubsequentDocumentItem

      Returns:
      Subsequent Item
    • getTransferOrderInWrhsMgmtIsConfd

      @Nullable public Boolean getTransferOrderInWrhsMgmtIsConfd()
      Constraints: none

      Original property name from the Odata EDM: TransferOrderInWrhsMgmtIsConfd

      Returns:
      Confirmation ID
    • toString

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

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

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

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