Class BusinessPartnerRating.BusinessPartnerRatingBuilder
- Enclosing class:
- BusinessPartnerRating
-
Method Summary
Modifier and TypeMethodDescriptionbPRatingCreationDate(LocalDateTime bPRatingCreationDate) Constraints: Not nullable, Precision: 0bPRatingIsValidOnKeyDate(Boolean bPRatingIsValidOnKeyDate) Constraints: nonebPRatingValidityEndDate(LocalDateTime bPRatingValidityEndDate) (Key Field) Constraints: Not nullable, Precision: 0bPRatingValidityStartDate(LocalDateTime bPRatingValidityStartDate) Constraints: Not nullable, Precision: 0build()businessPartner(String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10businessPartnerRatingComment(String businessPartnerRatingComment) Constraints: Not nullable, Maximum length: 60businessPartnerRatingGrade(String businessPartnerRatingGrade) Constraints: Not nullable, Maximum length: 10businessPartnerRatingIsAllowed(Boolean businessPartnerRatingIsAllowed) Constraints: nonebusinessPartnerRatingIsExpired(Boolean businessPartnerRatingIsExpired) Constraints: nonebusinessPartnerRatingKeyDate(LocalDateTime businessPartnerRatingKeyDate) Constraints: Not nullable, Precision: 0businessPartnerRatingProcedure(String businessPartnerRatingProcedure) (Key Field) Constraints: Not nullable, Maximum length: 10businessPartnerRatingTrend(String businessPartnerRatingTrend) Constraints: Not nullable, Maximum length: 2toString()
-
Method Details
-
businessPartner
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder businessPartner(@Nullable String businessPartner) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartner
- Returns:
this.
-
businessPartnerRatingProcedure
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder businessPartnerRatingProcedure(@Nullable String businessPartnerRatingProcedure) (Key Field) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerRatingProcedure
- Returns:
this.
-
bPRatingValidityEndDate
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder bPRatingValidityEndDate(@Nullable LocalDateTime bPRatingValidityEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPRatingValidityEndDate
- Returns:
this.
-
businessPartnerRatingGrade
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder businessPartnerRatingGrade(@Nullable String businessPartnerRatingGrade) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: BusinessPartnerRatingGrade
- Returns:
this.
-
businessPartnerRatingTrend
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder businessPartnerRatingTrend(@Nullable String businessPartnerRatingTrend) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: BusinessPartnerRatingTrend
- Returns:
this.
-
bPRatingValidityStartDate
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder bPRatingValidityStartDate(@Nullable LocalDateTime bPRatingValidityStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPRatingValidityStartDate
- Returns:
this.
-
bPRatingCreationDate
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder bPRatingCreationDate(@Nullable LocalDateTime bPRatingCreationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BPRatingCreationDate
- Returns:
this.
-
businessPartnerRatingComment
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder businessPartnerRatingComment(@Nullable String businessPartnerRatingComment) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: BusinessPartnerRatingComment
- Returns:
this.
-
businessPartnerRatingIsAllowed
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder businessPartnerRatingIsAllowed(@Nullable Boolean businessPartnerRatingIsAllowed) Constraints: noneOriginal property name from the Odata EDM: BusinessPartnerRatingIsAllowed
- Returns:
this.
-
bPRatingIsValidOnKeyDate
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder bPRatingIsValidOnKeyDate(@Nullable Boolean bPRatingIsValidOnKeyDate) Constraints: noneOriginal property name from the Odata EDM: BPRatingIsValidOnKeyDate
- Returns:
this.
-
businessPartnerRatingKeyDate
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder businessPartnerRatingKeyDate(@Nullable LocalDateTime businessPartnerRatingKeyDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: BusinessPartnerRatingKeyDate
- Returns:
this.
-
businessPartnerRatingIsExpired
@Nonnull public BusinessPartnerRating.BusinessPartnerRatingBuilder businessPartnerRatingIsExpired(@Nullable Boolean businessPartnerRatingIsExpired) Constraints: noneOriginal property name from the Odata EDM: BusinessPartnerRatingIsExpired
- Returns:
this.
-
build
-
toString
-