Class CustomerDunning
Original entity name from the Odata EDM: A_CustomerDunningType
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final CustomerDunningSelectableSelector for all available fields of CustomerDunning.static final CustomerDunningField<String>Use with available fluent helpers to apply the AuthorizationGroup field to query operations.static final CustomerDunningField<String>Use with available fluent helpers to apply the CompanyCode field to query operations.static final CustomerDunningField<String>Use with available fluent helpers to apply the Customer field to query operations.static final CustomerDunningField<String>Use with available fluent helpers to apply the CustomerAccountGroup field to query operations.static final CustomerDunningField<String>Use with available fluent helpers to apply the DunningArea field to query operations.static final CustomerDunningField<String>Use with available fluent helpers to apply the DunningBlock field to query operations.static final CustomerDunningField<String>Use with available fluent helpers to apply the DunningClerk field to query operations.static final CustomerDunningField<String>Use with available fluent helpers to apply the DunningLevel field to query operations.static final CustomerDunningField<String>Use with available fluent helpers to apply the DunningProcedure field to query operations.static final CustomerDunningField<String>Use with available fluent helpers to apply the DunningRecipient field to query operations.static final CustomerDunningField<LocalDateTime>Use with available fluent helpers to apply the LastDunnedOn field to query operations.static final CustomerDunningField<LocalDateTime>Use with available fluent helpers to apply the LegDunningProcedureOn field to query operations.Fields inherited from class com.sap.cloud.sdk.datamodel.odata.helper.VdmObject
changedOriginalFields -
Constructor Summary
ConstructorsConstructorDescriptionCustomerDunning(String customer, String companyCode, String dunningArea, String dunningBlock, String dunningLevel, String dunningProcedure, String dunningRecipient, LocalDateTime lastDunnedOn, LocalDateTime legDunningProcedureOn, String dunningClerk, String authorizationGroup, String customerAccountGroup) -
Method Summary
Modifier and TypeMethodDescriptionvoidattachToService(String servicePath, HttpDestinationProperties destination) builder()protected booleanbooleanstatic <T,DomainT>
CustomerDunningField<T>field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CustomerDunningField<T>Use with available fluent helpers to apply an extension field to query operations.protected voidConstraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 4(Key Field) Constraints: Not nullable, Maximum length: 10Constraints: Not nullable, Maximum length: 4protected String(Key Field) Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 2Constraints: Not nullable, Maximum length: 1Constraints: Not nullable, Maximum length: 4Constraints: Not nullable, Maximum length: 10protected StringgetKey()Constraints: Not nullable, Precision: 0Constraints: Not nullable, Precision: 0getType()inthashCode()voidsetAuthorizationGroup(String authorizationGroup) Constraints: Not nullable, Maximum length: 4voidsetCompanyCode(String companyCode) (Key Field) Constraints: Not nullable, Maximum length: 4voidsetCustomer(String customer) (Key Field) Constraints: Not nullable, Maximum length: 10voidsetCustomerAccountGroup(String customerAccountGroup) Constraints: Not nullable, Maximum length: 4voidsetDunningArea(String dunningArea) (Key Field) Constraints: Not nullable, Maximum length: 2voidsetDunningBlock(String dunningBlock) Constraints: Not nullable, Maximum length: 1voidsetDunningClerk(String dunningClerk) Constraints: Not nullable, Maximum length: 2voidsetDunningLevel(String dunningLevel) Constraints: Not nullable, Maximum length: 1voidsetDunningProcedure(String dunningProcedure) Constraints: Not nullable, Maximum length: 4voidsetDunningRecipient(String dunningRecipient) Constraints: Not nullable, Maximum length: 10voidsetLastDunnedOn(LocalDateTime lastDunnedOn) Constraints: Not nullable, Precision: 0voidsetLegDunningProcedureOn(LocalDateTime legDunningProcedureOn) Constraints: Not nullable, Precision: 0protected 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 CustomerDunning. -
CUSTOMER
Use with available fluent helpers to apply the Customer field to query operations. -
COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations. -
DUNNING_AREA
Use with available fluent helpers to apply the DunningArea field to query operations. -
DUNNING_BLOCK
Use with available fluent helpers to apply the DunningBlock field to query operations. -
DUNNING_LEVEL
Use with available fluent helpers to apply the DunningLevel field to query operations. -
DUNNING_PROCEDURE
Use with available fluent helpers to apply the DunningProcedure field to query operations. -
DUNNING_RECIPIENT
Use with available fluent helpers to apply the DunningRecipient field to query operations. -
LAST_DUNNED_ON
Use with available fluent helpers to apply the LastDunnedOn field to query operations. -
LEG_DUNNING_PROCEDURE_ON
Use with available fluent helpers to apply the LegDunningProcedureOn field to query operations. -
DUNNING_CLERK
Use with available fluent helpers to apply the DunningClerk field to query operations. -
AUTHORIZATION_GROUP
Use with available fluent helpers to apply the AuthorizationGroup field to query operations. -
CUSTOMER_ACCOUNT_GROUP
Use with available fluent helpers to apply the CustomerAccountGroup field to query operations.
-
-
Constructor Details
-
CustomerDunning
public CustomerDunning() -
CustomerDunning
public CustomerDunning(@Nullable String customer, @Nullable String companyCode, @Nullable String dunningArea, @Nullable String dunningBlock, @Nullable String dunningLevel, @Nullable String dunningProcedure, @Nullable String dunningRecipient, @Nullable LocalDateTime lastDunnedOn, @Nullable LocalDateTime legDunningProcedureOn, @Nullable String dunningClerk, @Nullable String authorizationGroup, @Nullable String customerAccountGroup)
-
-
Method Details
-
getType
- Specified by:
getTypein classVdmObject<CustomerDunning>
-
setCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Parameters:
customer- Customer Number
-
setCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Parameters:
companyCode- Company Code
-
setDunningArea
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningArea
- Parameters:
dunningArea- Dunning Area
-
setDunningBlock
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningBlock
- Parameters:
dunningBlock- Dunning Block
-
setDunningLevel
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningLevel
- Parameters:
dunningLevel- Dunning Level
-
setDunningProcedure
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DunningProcedure
- Parameters:
dunningProcedure- Dunning Procedure
-
setDunningRecipient
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DunningRecipient
- Parameters:
dunningRecipient- Account number of the dunning recipient
-
setLastDunnedOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastDunnedOn
- Parameters:
lastDunnedOn- Date of Last Dunning Notice
-
setLegDunningProcedureOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LegDunningProcedureOn
- Parameters:
legDunningProcedureOn- Date of the legal dunning proceedings
-
setDunningClerk
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningClerk
- Parameters:
dunningClerk- Dunning clerk
-
setAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Parameters:
authorizationGroup- Authorization Group
-
setCustomerAccountGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CustomerAccountGroup
- Parameters:
customerAccountGroup- Customer Account Group
-
getEntityCollection
- Specified by:
getEntityCollectionin classVdmEntity<CustomerDunning>
-
getKey
- Overrides:
getKeyin classVdmObject<CustomerDunning>
-
toMapOfFields
- Overrides:
toMapOfFieldsin classVdmObject<CustomerDunning>
-
fromMap
- Overrides:
fromMapin classVdmObject<CustomerDunning>
-
field
@Nonnull public static <T> CustomerDunningField<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> CustomerDunningField<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<CustomerDunning>
-
setServicePathForFetch
- Overrides:
setServicePathForFetchin classVdmEntity<CustomerDunning>
-
attachToService
public void attachToService(@Nullable String servicePath, @Nonnull HttpDestinationProperties destination) - Overrides:
attachToServicein classVdmEntity<CustomerDunning>
-
getDefaultServicePath
- Overrides:
getDefaultServicePathin classVdmEntity<CustomerDunning>
-
builder
-
getCustomer
(Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: Customer
- Returns:
- Customer Number
-
getCompanyCode
(Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CompanyCode
- Returns:
- Company Code
-
getDunningArea
(Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningArea
- Returns:
- Dunning Area
-
getDunningBlock
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningBlock
- Returns:
- Dunning Block
-
getDunningLevel
Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: DunningLevel
- Returns:
- Dunning Level
-
getDunningProcedure
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: DunningProcedure
- Returns:
- Dunning Procedure
-
getDunningRecipient
Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: DunningRecipient
- Returns:
- Account number of the dunning recipient
-
getLastDunnedOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LastDunnedOn
- Returns:
- Date of Last Dunning Notice
-
getLegDunningProcedureOn
Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: LegDunningProcedureOn
- Returns:
- Date of the legal dunning proceedings
-
getDunningClerk
Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: DunningClerk
- Returns:
- Dunning clerk
-
getAuthorizationGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AuthorizationGroup
- Returns:
- Authorization Group
-
getCustomerAccountGroup
Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CustomerAccountGroup
- Returns:
- Customer Account Group
-
toString
- Overrides:
toStringin classVdmObject<CustomerDunning>
-
equals
- Overrides:
equalsin classVdmEntity<CustomerDunning>
-
canEqual
- Overrides:
canEqualin classVdmEntity<CustomerDunning>
-
hashCode
public int hashCode()- Overrides:
hashCodein classVdmEntity<CustomerDunning>
-