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

public class ReturnDataSet extends VdmEntity<ReturnDataSet>
Accrual Output Items

Original entity name from the Odata EDM: ReturnDataSet

  • Field Details

    • ALL_FIELDS

      public static final ReturnDataSetSelectable ALL_FIELDS
      Selector for all available fields of ReturnDataSet.
    • WBSELEMENT_ID

      public static final ReturnDataSetField<String> WBSELEMENT_ID
      Use with available fluent helpers to apply the Wbselement_ID field to query operations.
    • COMPANY_CODE

      public static final ReturnDataSetField<String> COMPANY_CODE
      Use with available fluent helpers to apply the Company_Code field to query operations.
    • LEDGER

      public static final ReturnDataSetField<String> LEDGER
      Use with available fluent helpers to apply the Ledger field to query operations.
    • SUCCESS_STATUS

      public static final ReturnDataSetField<String> SUCCESS_STATUS
      Use with available fluent helpers to apply the Success_Status field to query operations.
    • DOCUMENT_REF

      public static final ReturnDataSetField<String> DOCUMENT_REF
      Use with available fluent helpers to apply the Document_Ref field to query operations.
    • ERROR_MSG

      public static final ReturnDataSetField<String> ERROR_MSG
      Use with available fluent helpers to apply the Error_Msg field to query operations.
  • Constructor Details

    • ReturnDataSet

      public ReturnDataSet()
    • ReturnDataSet

      public ReturnDataSet(@Nullable String wbselement_ID, @Nullable String company_Code, @Nullable String ledger, @Nullable String success_Status, @Nullable String document_Ref, @Nullable String error_Msg)
  • Method Details

    • getType

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

      public void setWbselement_ID(@Nullable String wbselement_ID)
      (Key Field) Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: Wbselement_ID

      Parameters:
      wbselement_ID - WBS Element
    • setCompany_Code

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

      Original property name from the Odata EDM: Company_Code

      Parameters:
      company_Code - Company Code
    • setLedger

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

      Original property name from the Odata EDM: Ledger

      Parameters:
      ledger - Ledger
    • setSuccess_Status

      public void setSuccess_Status(@Nullable String success_Status)
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: Success_Status

      Parameters:
      success_Status - Success status
    • setDocument_Ref

      public void setDocument_Ref(@Nullable String document_Ref)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: Document_Ref

      Parameters:
      document_Ref - Document Reference Number
    • setError_Msg

      public void setError_Msg(@Nullable String error_Msg)
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: Error_Msg

      Parameters:
      error_Msg - Error Message
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> ReturnDataSetField<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> ReturnDataSetField<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<ReturnDataSet>
    • setServicePathForFetch

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

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

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

      @Nonnull public static ReturnDataSet.ReturnDataSetBuilder builder()
    • getWbselement_ID

      @Nullable public String getWbselement_ID()
      (Key Field) Constraints: Not nullable, Maximum length: 24

      Original property name from the Odata EDM: Wbselement_ID

      Returns:
      WBS Element
    • getCompany_Code

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

      Original property name from the Odata EDM: Company_Code

      Returns:
      Company Code
    • getLedger

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

      Original property name from the Odata EDM: Ledger

      Returns:
      Ledger
    • getSuccess_Status

      @Nullable public String getSuccess_Status()
      (Key Field) Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: Success_Status

      Returns:
      Success status
    • getDocument_Ref

      @Nullable public String getDocument_Ref()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: Document_Ref

      Returns:
      Document Reference Number
    • getError_Msg

      @Nullable public String getError_Msg()
      (Key Field) Constraints: Not nullable

      Original property name from the Odata EDM: Error_Msg

      Returns:
      Error Message
    • toString

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

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

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

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