Class SEPAMandateUsage
Original entity name from the Odata EDM: SEPAMandateUsage
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SEPAMandateUsageSelectableSelector for all available fields of SEPAMandateUsage.static final SEPAMandateUsageField<String>Use with available fluent helpers to apply the Creditor field to query operations.static final SEPAMandateUsageField<String>Use with available fluent helpers to apply the SEPAMandate field to query operations.static final SEPAMandateUsageField<String>Use with available fluent helpers to apply the SEPAMandateApplication field to query operations.static final SEPAMandateUsageField<LocalDateTime>Use with available fluent helpers to apply the SEPAMandateUseDate field to query operations.static final SEPAMandateUsageField<String>Use with available fluent helpers to apply the SEPAMandateUseObjectType field to query operations.static final SEPAMandateUsageField<String>Use with available fluent helpers to apply the SEPAMandateUsePaymentDoc field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionSEPAMandateUsage(String sEPAMandateApplication, String creditor, String sEPAMandate, LocalDateTime sEPAMandateUseDate, String sEPAMandateUseObjectType, String sEPAMandateUsePaymentDoc) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
SEPAMandateUsageField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> SEPAMandateUsageField<T>Use with available fluent helpers to apply an extension field to query operations.protected void(Key Field) Constraints: Not nullable, Maximum length: 35protected Stringprotected StringgetKey()(Key Field) Constraints: Not nullable, Maximum length: 35Constraints: Not nullable, Maximum length: 1(Key Field) Constraints: Not nullable, Precision: 7(Key Field) Constraints: Not nullable, Maximum length: 10(Key Field) Constraints: Not nullable, Maximum length: 70getType()inthashCode()voidsetCreditor(String creditor) (Key Field) Constraints: Not nullable, Maximum length: 35voidsetSEPAMandate(String sEPAMandate) (Key Field) Constraints: Not nullable, Maximum length: 35voidsetSEPAMandateApplication(String sEPAMandateApplication) Constraints: Not nullable, Maximum length: 1voidsetSEPAMandateUseDate(LocalDateTime sEPAMandateUseDate) (Key Field) Constraints: Not nullable, Precision: 7voidsetSEPAMandateUseObjectType(String sEPAMandateUseObjectType) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetSEPAMandateUsePaymentDoc(String sEPAMandateUsePaymentDoc) (Key Field) Constraints: Not nullable, Maximum length: 70protected voidsetServicePathForFetch(String servicePathForFetch) toString()Methods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmEntity
fetchFieldAsList, fetchFieldAsSingle, getServicePathForFetch, getVersionIdentifier, setDestinationForFetch, setVersionIdentifierMethods inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
getChangedFields, getCustomField, getCustomField, getCustomFieldNames, getCustomFields, getSetOfCustomFields, getSetOfFields, getSetOfNavigationProperties, hasCustomField, hasCustomField, rememberChangedField, resetChangedFields, setCustomField, setCustomField, toMap, toMapOfCustomFields, toMapOfNavigationProperties
-
Field Details
-
ALL_FIELDS
Selector for all available fields of SEPAMandateUsage. -
SEPA_MANDATE_APPLICATION
Use with available fluent helpers to apply the SEPAMandateApplication field to query operations. -
CREDITOR
Use with available fluent helpers to apply the Creditor field to query operations. -
SEPA_MANDATE
Use with available fluent helpers to apply the SEPAMandate field to query operations. -
SEPA_MANDATE_USE_DATE
Use with available fluent helpers to apply the SEPAMandateUseDate field to query operations. -
SEPA_MANDATE_USE_OBJECT_TYPE
Use with available fluent helpers to apply the SEPAMandateUseObjectType field to query operations. -
SEPA_MANDATE_USE_PAYMENT_DOC
Use with available fluent helpers to apply the SEPAMandateUsePaymentDoc field to query operations.
-
-
Constructor Details
-
SEPAMandateUsage
public SEPAMandateUsage() -
SEPAMandateUsage
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<SEPAMandateUsage>
-
setSEPAMandateApplication
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SEPAMandateApplication
- Parameters:
sEPAMandateApplication- Application
-
setCreditor
(Key Field) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: Creditor
- Parameters:
creditor- Creditor ID
-
setSEPAMandate
(Key Field) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: SEPAMandate
- Parameters:
sEPAMandate- Mandate Refeference
-
setSEPAMandateUseDate
(Key Field) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: SEPAMandateUseDate
- Parameters:
sEPAMandateUseDate- Date
-
setSEPAMandateUseObjectType
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SEPAMandateUseObjectType
- Parameters:
sEPAMandateUseObjectType- Object Type
-
setSEPAMandateUsePaymentDoc
(Key Field) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: SEPAMandateUsePaymentDoc
- Parameters:
sEPAMandateUsePaymentDoc- Key
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<SEPAMandateUsage>
-
getKey
- Overrides:
getKeyin classVdmObject<SEPAMandateUsage>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<SEPAMandateUsage>
-
fromMap
- Overrides:
fromMapin classVdmObject<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 fieldfieldName- 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
- Overrides:
getDestinationForFetchin classVdmEntity<SEPAMandateUsage>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<SEPAMandateUsage>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<SEPAMandateUsage>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<SEPAMandateUsage>
-
builder
-
getSEPAMandateApplication
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SEPAMandateApplication
- Returns:
- Application
-
getCreditor
(Key Field) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: Creditor
- Returns:
- Creditor ID
-
getSEPAMandate
(Key Field) Constraints: Not nullable, Maximum length: 35Original property name from the Odata EDM: SEPAMandate
- Returns:
- Mandate Refeference
-
getSEPAMandateUseDate
(Key Field) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: SEPAMandateUseDate
- Returns:
- Date
-
getSEPAMandateUseObjectType
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: SEPAMandateUseObjectType
- Returns:
- Object Type
-
getSEPAMandateUsePaymentDoc
(Key Field) Constraints: Not nullable, Maximum length: 70Original property name from the Odata EDM: SEPAMandateUsePaymentDoc
- Returns:
- Key
-
toString
- Overrides:
toStringin classVdmObject<SEPAMandateUsage>
-
equals
- Overrides:
equalsin classVdmEntity<SEPAMandateUsage>
-
canEqual
- Overrides:
canEqualin classVdmEntity<SEPAMandateUsage>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<SEPAMandateUsage>
-