Class QualityNotificationItemCause.QualityNotificationItemCauseBuilder
- Enclosing class:
- QualityNotificationItemCause
-
Method Summary
Modifier and TypeMethodDescriptionbuild()createdByUser(String createdByUser) Constraints: Not nullable, Maximum length: 12creationDate(LocalDate creationDate) Constraints: NullablecreationTime(LocalTime creationTime) Constraints: Not nullableisBusinessPurposeCompleted(Boolean isBusinessPurposeCompleted) Constraints: Not nullableConstraints: Not nullablelastChangeDate(LocalDate lastChangeDate) Constraints: NullablelastChangedByUser(String lastChangedByUser) Constraints: Not nullable, Maximum length: 12lastChangeTime(LocalTime lastChangeTime) Constraints: Not nullablemasterLanguage(String masterLanguage) Constraints: Not nullable, Maximum length: 2notificationCauseCode(String notificationCauseCode) Constraints: Not nullable, Maximum length: 4notificationCauseCodeCatalog(String notificationCauseCodeCatalog) Constraints: Not nullable, Maximum length: 1notificationCauseCodeGroup(String notificationCauseCodeGroup) Constraints: Not nullable, Maximum length: 8notificationCauseID(String notificationCauseID) (Key Field) Constraints: Not nullable, Maximum length: 4notificationCauseSortNumber(String notificationCauseSortNumber) Constraints: Not nullable, Maximum length: 4notificationCauseText(String notificationCauseText) Constraints: Not nullable, Maximum length: 40notificationItem(String notificationItem) (Key Field) Constraints: Not nullable, Maximum length: 4notificationRootCause(String notificationRootCause) Constraints: Not nullable, Maximum length: 1Navigation property _QltyNotification for QualityNotificationItemCause to single QualityNotification.qualityNotification(String qualityNotification) (Key Field) Constraints: Not nullable, Maximum length: 12Navigation property _QualityNotificationItem for QualityNotificationItemCause to single QualityNotificationItem.toString()
-
Method Details
-
qltyNotification
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder qltyNotification(QualityNotification value) Navigation property _QltyNotification for QualityNotificationItemCause to single QualityNotification.- Parameters:
value- The QualityNotification to build this QualityNotificationItemCause with.- Returns:
- This Builder to allow for a fluent interface.
-
qualityNotificationItem
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder qualityNotificationItem(QualityNotificationItem value) Navigation property _QualityNotificationItem for QualityNotificationItemCause to single QualityNotificationItem.- Parameters:
value- The QualityNotificationItem to build this QualityNotificationItemCause with.- Returns:
- This Builder to allow for a fluent interface.
-
qualityNotification
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder qualityNotification(@Nullable String qualityNotification) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: QualityNotification
- Returns:
this.
-
notificationItem
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder notificationItem(@Nullable String notificationItem) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: NotificationItem
- Returns:
this.
-
notificationCauseID
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder notificationCauseID(@Nullable String notificationCauseID) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: NotificationCauseID
- Returns:
this.
-
notificationCauseSortNumber
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder notificationCauseSortNumber(@Nullable String notificationCauseSortNumber) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: NotificationCauseSortNumber
- Returns:
this.
-
masterLanguage
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder masterLanguage(@Nullable String masterLanguage) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MasterLanguage
- Returns:
this.
-
notificationCauseText
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder notificationCauseText(@Nullable String notificationCauseText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: NotificationCauseText
- Returns:
this.
-
notificationCauseCodeCatalog
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder notificationCauseCodeCatalog(@Nullable String notificationCauseCodeCatalog) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NotificationCauseCodeCatalog
- Returns:
this.
-
notificationCauseCodeGroup
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder notificationCauseCodeGroup(@Nullable String notificationCauseCodeGroup) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: NotificationCauseCodeGroup
- Returns:
this.
-
notificationCauseCode
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder notificationCauseCode(@Nullable String notificationCauseCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: NotificationCauseCode
- Returns:
this.
-
notificationRootCause
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder notificationRootCause(@Nullable String notificationRootCause) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: NotificationRootCause
- Returns:
this.
-
isDeleted
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder isDeleted(@Nullable Boolean isDeleted) Constraints: Not nullableOriginal property name from the Odata EDM: IsDeleted
- Returns:
this.
-
isBusinessPurposeCompleted
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder isBusinessPurposeCompleted(@Nullable Boolean isBusinessPurposeCompleted) Constraints: Not nullableOriginal property name from the Odata EDM: IsBusinessPurposeCompleted
- Returns:
this.
-
createdByUser
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder createdByUser(@Nullable String createdByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: CreatedByUser
- Returns:
this.
-
creationDate
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder creationDate(@Nullable LocalDate creationDate) Constraints: NullableOriginal property name from the Odata EDM: CreationDate
- Returns:
this.
-
creationTime
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder creationTime(@Nullable LocalTime creationTime) Constraints: Not nullableOriginal property name from the Odata EDM: CreationTime
- Returns:
this.
-
lastChangedByUser
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder lastChangedByUser(@Nullable String lastChangedByUser) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: LastChangedByUser
- Returns:
this.
-
lastChangeDate
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder lastChangeDate(@Nullable LocalDate lastChangeDate) Constraints: NullableOriginal property name from the Odata EDM: LastChangeDate
- Returns:
this.
-
lastChangeTime
@Nonnull public QualityNotificationItemCause.QualityNotificationItemCauseBuilder lastChangeTime(@Nullable LocalTime lastChangeTime) Constraints: Not nullableOriginal property name from the Odata EDM: LastChangeTime
- Returns:
this.
-
build
-
toString
-