Class CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.creditmanagementmasterdata.CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder
- Enclosing class:
- CrdtMgmtBPNegativeEvent
Helper class to allow for fluent creation of CrdtMgmtBPNegativeEvent instances.
-
Method Summary
Modifier and TypeMethodDescriptionadditionalCreditDocComment(String additionalCreditDocComment) Constraints: Not nullable, Maximum length: 60additionalCreditDocSequence(String additionalCreditDocSequence) (Key Field) Constraints: Not nullable, Maximum length: 4build()businessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10crdtAcctInformationCategory(String crdtAcctInformationCategory) (Key Field) Constraints: Not nullable, Maximum length: 2crdtAcctInformationType(String crdtAcctInformationType) (Key Field) Constraints: Not nullable, Maximum length: 2Navigation property to_CrdtMBusinessPartnerTP for CrdtMgmtBPNegativeEvent to single CreditMgmtBusinessPartner.creditSegment(String creditSegment) (Key Field) Constraints: Not nullable, Maximum length: 10toString()validityEndDate(LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0validityStartDate(LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0
-
Method Details
-
crdtMBusinessPartnerTP
@Nonnull public CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder crdtMBusinessPartnerTP(CreditMgmtBusinessPartner value) Navigation property to_CrdtMBusinessPartnerTP for CrdtMgmtBPNegativeEvent to single CreditMgmtBusinessPartner.- Parameters:
value- The CreditMgmtBusinessPartner to build this CrdtMgmtBPNegativeEvent with.- Returns:
- This Builder to allow for a fluent interface.
-
businessPartner
@Nonnull public CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder businessPartner(@Nullable String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
creditSegment
@Nonnull public CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder creditSegment(@Nullable String creditSegment) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: CreditSegment
- Returns:
this.
-
crdtAcctInformationCategory
@Nonnull public CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder crdtAcctInformationCategory(@Nullable String crdtAcctInformationCategory) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CrdtAcctInformationCategory
- Returns:
this.
-
crdtAcctInformationType
@Nonnull public CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder crdtAcctInformationType(@Nullable String crdtAcctInformationType) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CrdtAcctInformationType
- Returns:
this.
-
additionalCreditDocSequence
@Nonnull public CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder additionalCreditDocSequence(@Nullable String additionalCreditDocSequence) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: AdditionalCreditDocSequence
- Returns:
this.
-
validityStartDate
@Nonnull public CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder validityStartDate(@Nullable LocalDateTime validityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityStartDate
- Returns:
this.
-
validityEndDate
@Nonnull public CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder validityEndDate(@Nullable LocalDateTime validityEndDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ValidityEndDate
- Returns:
this.
-
additionalCreditDocComment
@Nonnull public CrdtMgmtBPNegativeEvent.CrdtMgmtBPNegativeEventBuilder additionalCreditDocComment(@Nullable String additionalCreditDocComment) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: AdditionalCreditDocComment
- Returns:
this.
-
build
-
toString
-