public class SEPAMandateUsage extends VdmEntity<SEPAMandateUsage>
Original entity name from the Odata EDM: SEPAMandateUsage
Modifier and Type | Class and Description |
---|---|
static class |
SEPAMandateUsage.SEPAMandateUsageBuilder |
Modifier and Type | Field and Description |
---|---|
static SEPAMandateUsageSelectable |
ALL_FIELDS
Selector for all available fields of SEPAMandateUsage.
|
static SEPAMandateUsageField<String> |
CREDITOR
Use with available fluent helpers to apply the Creditor field to query operations.
|
static SEPAMandateUsageField<String> |
SEPA_MANDATE
Use with available fluent helpers to apply the SEPAMandate field to query operations.
|
static SEPAMandateUsageField<String> |
SEPA_MANDATE_APPLICATION
Use with available fluent helpers to apply the SEPAMandateApplication field to query operations.
|
static SEPAMandateUsageField<LocalDateTime> |
SEPA_MANDATE_USE_DATE
Use with available fluent helpers to apply the SEPAMandateUseDate field to query operations.
|
static SEPAMandateUsageField<String> |
SEPA_MANDATE_USE_OBJECT_TYPE
Use with available fluent helpers to apply the SEPAMandateUseObjectType field to query operations.
|
static SEPAMandateUsageField<String> |
SEPA_MANDATE_USE_PAYMENT_DOC
Use with available fluent helpers to apply the SEPAMandateUsePaymentDoc field to query operations.
|
changedOriginalFields
Constructor and Description |
---|
SEPAMandateUsage() |
SEPAMandateUsage(String sEPAMandateApplication,
String creditor,
String sEPAMandate,
LocalDateTime sEPAMandateUseDate,
String sEPAMandateUseObjectType,
String sEPAMandateUsePaymentDoc) |
Modifier and Type | Method and Description |
---|---|
void |
attachToService(String servicePath,
HttpDestinationProperties destination) |
static SEPAMandateUsage.SEPAMandateUsageBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
static <T> SEPAMandateUsageField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
protected void |
fromMap(Map<String,Object> inputValues) |
String |
getCreditor()
(Key Field) Constraints: Not nullable, Maximum length: 35
|
protected String |
getDefaultServicePath() |
HttpDestinationProperties |
getDestinationForFetch() |
protected String |
getEntityCollection() |
protected Map<String,Object> |
getKey() |
String |
getSEPAMandate()
(Key Field) Constraints: Not nullable, Maximum length: 35
|
String |
getSEPAMandateApplication()
Constraints: Not nullable, Maximum length: 1
|
LocalDateTime |
getSEPAMandateUseDate()
(Key Field) Constraints: Not nullable, Precision: 7
|
String |
getSEPAMandateUseObjectType()
(Key Field) Constraints: Not nullable, Maximum length: 10
|
String |
getSEPAMandateUsePaymentDoc()
(Key Field) Constraints: Not nullable, Maximum length: 70
|
Class<SEPAMandateUsage> |
getType() |
int |
hashCode() |
void |
setCreditor(String creditor)
(Key Field) Constraints: Not nullable, Maximum length: 35
|
void |
setSEPAMandate(String sEPAMandate)
(Key Field) Constraints: Not nullable, Maximum length: 35
|
void |
setSEPAMandateApplication(String sEPAMandateApplication)
Constraints: Not nullable, Maximum length: 1
|
void |
setSEPAMandateUseDate(LocalDateTime sEPAMandateUseDate)
(Key Field) Constraints: Not nullable, Precision: 7
|
void |
setSEPAMandateUseObjectType(String sEPAMandateUseObjectType)
(Key Field) Constraints: Not nullable, Maximum length: 10
|
void |
setSEPAMandateUsePaymentDoc(String sEPAMandateUsePaymentDoc)
(Key Field) Constraints: Not nullable, Maximum length: 70
|
protected void |
setServicePathForFetch(String servicePathForFetch) |
protected Map<String,Object> |
toMapOfFields() |
String |
toString() |
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifier
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
public static final SEPAMandateUsageSelectable ALL_FIELDS
public static final SEPAMandateUsageField<String> SEPA_MANDATE_APPLICATION
public static final SEPAMandateUsageField<String> CREDITOR
public static final SEPAMandateUsageField<String> SEPA_MANDATE
public static final SEPAMandateUsageField<LocalDateTime> SEPA_MANDATE_USE_DATE
public static final SEPAMandateUsageField<String> SEPA_MANDATE_USE_OBJECT_TYPE
public static final SEPAMandateUsageField<String> SEPA_MANDATE_USE_PAYMENT_DOC
@Nonnull public Class<SEPAMandateUsage> getType()
getType
in class VdmObject<SEPAMandateUsage>
public void setSEPAMandateApplication(@Nullable String sEPAMandateApplication)
Original property name from the Odata EDM: SEPAMandateApplication
sEPAMandateApplication
- Applicationpublic void setCreditor(@Nullable String creditor)
Original property name from the Odata EDM: Creditor
creditor
- Creditor IDpublic void setSEPAMandate(@Nullable String sEPAMandate)
Original property name from the Odata EDM: SEPAMandate
sEPAMandate
- Mandate Refeferencepublic void setSEPAMandateUseDate(@Nullable LocalDateTime sEPAMandateUseDate)
Original property name from the Odata EDM: SEPAMandateUseDate
sEPAMandateUseDate
- Datepublic void setSEPAMandateUseObjectType(@Nullable String sEPAMandateUseObjectType)
Original property name from the Odata EDM: SEPAMandateUseObjectType
sEPAMandateUseObjectType
- Object Typepublic void setSEPAMandateUsePaymentDoc(@Nullable String sEPAMandateUsePaymentDoc)
Original property name from the Odata EDM: SEPAMandateUsePaymentDoc
sEPAMandateUsePaymentDoc
- Keyprotected String getEntityCollection()
getEntityCollection
in class VdmEntity<SEPAMandateUsage>
@Nonnull protected Map<String,Object> getKey()
getKey
in class VdmObject<SEPAMandateUsage>
@Nonnull protected Map<String,Object> toMapOfFields()
toMapOfFields
in class VdmObject<SEPAMandateUsage>
protected void fromMap(Map<String,Object> inputValues)
fromMap
in class VdmObject<SEPAMandateUsage>
@Nonnull public static <T> SEPAMandateUsageField<T> field(@Nonnull String fieldName, @Nonnull Class<T> fieldType)
T
- The type of the extension field when performing value comparisons.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.@Nonnull public static <T,DomainT> SEPAMandateUsageField<T> field(@Nonnull String fieldName, @Nonnull TypeConverter<T,DomainT> typeConverter)
T
- The type of the extension field when performing value comparisons.DomainT
- The type of the extension field as returned by the OData service.typeConverter
- A TypeConverterfieldName
- The name of the extension field as returned by the OData service.@Nullable public HttpDestinationProperties getDestinationForFetch()
getDestinationForFetch
in class VdmEntity<SEPAMandateUsage>
protected void setServicePathForFetch(@Nullable String servicePathForFetch)
setServicePathForFetch
in class VdmEntity<SEPAMandateUsage>
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination)
attachToService
in class VdmEntity<SEPAMandateUsage>
protected String getDefaultServicePath()
getDefaultServicePath
in class VdmEntity<SEPAMandateUsage>
@Nonnull public static SEPAMandateUsage.SEPAMandateUsageBuilder builder()
@Nullable public String getSEPAMandateApplication()
Original property name from the Odata EDM: SEPAMandateApplication
@Nullable public String getCreditor()
Original property name from the Odata EDM: Creditor
@Nullable public String getSEPAMandate()
Original property name from the Odata EDM: SEPAMandate
@Nullable public LocalDateTime getSEPAMandateUseDate()
Original property name from the Odata EDM: SEPAMandateUseDate
@Nullable public String getSEPAMandateUseObjectType()
Original property name from the Odata EDM: SEPAMandateUseObjectType
@Nullable public String getSEPAMandateUsePaymentDoc()
Original property name from the Odata EDM: SEPAMandateUsePaymentDoc
@Nonnull public String toString()
toString
in class VdmObject<SEPAMandateUsage>
public boolean equals(@Nullable Object o)
equals
in class VdmEntity<SEPAMandateUsage>
protected boolean canEqual(@Nullable Object other)
canEqual
in class VdmEntity<SEPAMandateUsage>
public int hashCode()
hashCode
in class VdmEntity<SEPAMandateUsage>
Copyright © 2022 SAP SE. All rights reserved.