Class CustomerReturnOverviewStatus

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

public class CustomerReturnOverviewStatus extends VdmEntity<CustomerReturnOverviewStatus>
Customer Return Overview Status

Original entity name from the Odata EDM: A_CustomerReturnOverviewStatusType

  • Field Details

    • ALL_FIELDS

      public static final CustomerReturnOverviewStatusSelectable ALL_FIELDS
      Selector for all available fields of CustomerReturnOverviewStatus.
    • RETS_MGMT_PROCESS

      public static final CustomerReturnOverviewStatusField<String> RETS_MGMT_PROCESS
      Use with available fluent helpers to apply the RetsMgmtProcess field to query operations.
    • RETURNS_DOCUMENT

      public static final CustomerReturnOverviewStatusField<String> RETURNS_DOCUMENT
      Use with available fluent helpers to apply the ReturnsDocument field to query operations.
    • RETS_MGMT_LOG_PROCG_STATUS

      public static final CustomerReturnOverviewStatusField<String> RETS_MGMT_LOG_PROCG_STATUS
      Use with available fluent helpers to apply the RetsMgmtLogProcgStatus field to query operations.
    • RETS_MGMT_COMPN_PROCG_STATUS

      public static final CustomerReturnOverviewStatusField<String> RETS_MGMT_COMPN_PROCG_STATUS
      Use with available fluent helpers to apply the RetsMgmtCompnProcgStatus field to query operations.
    • RETS_MGMT_PROCESSING_STATUS

      public static final CustomerReturnOverviewStatusField<String> RETS_MGMT_PROCESSING_STATUS
      Use with available fluent helpers to apply the RetsMgmtProcessingStatus field to query operations.
  • Constructor Details

    • CustomerReturnOverviewStatus

      public CustomerReturnOverviewStatus()
    • CustomerReturnOverviewStatus

      public CustomerReturnOverviewStatus(@Nullable String retsMgmtProcess, @Nullable String returnsDocument, @Nullable String retsMgmtLogProcgStatus, @Nullable String retsMgmtCompnProcgStatus, @Nullable String retsMgmtProcessingStatus)
  • Method Details

    • getType

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

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

      Original property name from the Odata EDM: RetsMgmtProcess

      Parameters:
      retsMgmtProcess - Process Identification Number
    • setReturnsDocument

      public void setReturnsDocument(@Nullable String returnsDocument)
      Constraints: Not nullable, Maximum length: 30

      Original property name from the Odata EDM: ReturnsDocument

      Parameters:
      returnsDocument - Document Number
    • setRetsMgmtLogProcgStatus

      public void setRetsMgmtLogProcgStatus(@Nullable String retsMgmtLogProcgStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: RetsMgmtLogProcgStatus

      Parameters:
      retsMgmtLogProcgStatus - Logistical Processing Status of a Return
    • setRetsMgmtCompnProcgStatus

      public void setRetsMgmtCompnProcgStatus(@Nullable String retsMgmtCompnProcgStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: RetsMgmtCompnProcgStatus

      Parameters:
      retsMgmtCompnProcgStatus - Status of Returns Refund Determination
    • setRetsMgmtProcessingStatus

      public void setRetsMgmtProcessingStatus(@Nullable String retsMgmtProcessingStatus)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: RetsMgmtProcessingStatus

      Parameters:
      retsMgmtProcessingStatus - Processing Status
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> CustomerReturnOverviewStatusField<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> CustomerReturnOverviewStatusField<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<CustomerReturnOverviewStatus>
    • setServicePathForFetch

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

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

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

    • getRetsMgmtProcess

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

      Original property name from the Odata EDM: RetsMgmtProcess

      Returns:
      Process Identification Number
    • getReturnsDocument

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

      Original property name from the Odata EDM: ReturnsDocument

      Returns:
      Document Number
    • getRetsMgmtLogProcgStatus

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

      Original property name from the Odata EDM: RetsMgmtLogProcgStatus

      Returns:
      Logistical Processing Status of a Return
    • getRetsMgmtCompnProcgStatus

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

      Original property name from the Odata EDM: RetsMgmtCompnProcgStatus

      Returns:
      Status of Returns Refund Determination
    • getRetsMgmtProcessingStatus

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

      Original property name from the Odata EDM: RetsMgmtProcessingStatus

      Returns:
      Processing Status
    • toString

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

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

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

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