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

public class SEPAMandateUsage extends VdmEntity<SEPAMandateUsage>
SEPA Mandate Usage

Original entity name from the Odata EDM: SEPAMandateUsage

  • Field Details

    • ALL_FIELDS

      public static final SEPAMandateUsageSelectable ALL_FIELDS
      Selector for all available fields of SEPAMandateUsage.
    • SEPA_MANDATE_APPLICATION

      public static final SEPAMandateUsageField<String> SEPA_MANDATE_APPLICATION
      Use with available fluent helpers to apply the SEPAMandateApplication field to query operations.
    • CREDITOR

      public static final SEPAMandateUsageField<String> CREDITOR
      Use with available fluent helpers to apply the Creditor field to query operations.
    • SEPA_MANDATE

      public static final SEPAMandateUsageField<String> SEPA_MANDATE
      Use with available fluent helpers to apply the SEPAMandate field to query operations.
    • SEPA_MANDATE_USE_DATE

      public static final SEPAMandateUsageField<LocalDateTime> SEPA_MANDATE_USE_DATE
      Use with available fluent helpers to apply the SEPAMandateUseDate field to query operations.
    • SEPA_MANDATE_USE_OBJECT_TYPE

      public static final SEPAMandateUsageField<String> SEPA_MANDATE_USE_OBJECT_TYPE
      Use with available fluent helpers to apply the SEPAMandateUseObjectType field to query operations.
    • SEPA_MANDATE_USE_PAYMENT_DOC

      public static final SEPAMandateUsageField<String> SEPA_MANDATE_USE_PAYMENT_DOC
      Use with available fluent helpers to apply the SEPAMandateUsePaymentDoc field to query operations.
  • Constructor Details

    • SEPAMandateUsage

      public SEPAMandateUsage()
    • SEPAMandateUsage

      public SEPAMandateUsage(@Nullable String sEPAMandateApplication, @Nullable String creditor, @Nullable String sEPAMandate, @Nullable LocalDateTime sEPAMandateUseDate, @Nullable String sEPAMandateUseObjectType, @Nullable String sEPAMandateUsePaymentDoc)
  • Method Details

    • getType

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

      public void setSEPAMandateApplication(@Nullable String sEPAMandateApplication)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: SEPAMandateApplication

      Parameters:
      sEPAMandateApplication - Application
    • setCreditor

      public void setCreditor(@Nullable String creditor)
      (Key Field) Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: Creditor

      Parameters:
      creditor - Creditor ID
    • setSEPAMandate

      public void setSEPAMandate(@Nullable String sEPAMandate)
      (Key Field) Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: SEPAMandate

      Parameters:
      sEPAMandate - Mandate Refeference
    • setSEPAMandateUseDate

      public void setSEPAMandateUseDate(@Nullable LocalDateTime sEPAMandateUseDate)
      (Key Field) Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: SEPAMandateUseDate

      Parameters:
      sEPAMandateUseDate - Date
    • setSEPAMandateUseObjectType

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

      Original property name from the Odata EDM: SEPAMandateUseObjectType

      Parameters:
      sEPAMandateUseObjectType - Object Type
    • setSEPAMandateUsePaymentDoc

      public void setSEPAMandateUsePaymentDoc(@Nullable String sEPAMandateUsePaymentDoc)
      (Key Field) Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: SEPAMandateUsePaymentDoc

      Parameters:
      sEPAMandateUsePaymentDoc - Key
    • getEntityCollection

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

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

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

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

      @Nonnull public static <T> SEPAMandateUsageField<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> SEPAMandateUsageField<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<SEPAMandateUsage>
    • setServicePathForFetch

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

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

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

      @Nonnull public static SEPAMandateUsage.SEPAMandateUsageBuilder builder()
    • getSEPAMandateApplication

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

      Original property name from the Odata EDM: SEPAMandateApplication

      Returns:
      Application
    • getCreditor

      @Nullable public String getCreditor()
      (Key Field) Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: Creditor

      Returns:
      Creditor ID
    • getSEPAMandate

      @Nullable public String getSEPAMandate()
      (Key Field) Constraints: Not nullable, Maximum length: 35

      Original property name from the Odata EDM: SEPAMandate

      Returns:
      Mandate Refeference
    • getSEPAMandateUseDate

      @Nullable public LocalDateTime getSEPAMandateUseDate()
      (Key Field) Constraints: Not nullable, Precision: 7

      Original property name from the Odata EDM: SEPAMandateUseDate

      Returns:
      Date
    • getSEPAMandateUseObjectType

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

      Original property name from the Odata EDM: SEPAMandateUseObjectType

      Returns:
      Object Type
    • getSEPAMandateUsePaymentDoc

      @Nullable public String getSEPAMandateUsePaymentDoc()
      (Key Field) Constraints: Not nullable, Maximum length: 70

      Original property name from the Odata EDM: SEPAMandateUsePaymentDoc

      Returns:
      Key
    • toString

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

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

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

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