Class MaintNotificationItemCause.MaintNotificationItemCauseBuilder
- Enclosing class:
- MaintNotificationItemCause
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Constraints: noneitem(MaintenanceNotificationItem value) Navigation property to_Item for MaintNotificationItemCause to single MaintenanceNotificationItem.maintenanceNotification(String maintenanceNotification) (Key Field) Constraints: Not nullable, Maximum length: 12maintenanceNotificationCause(String maintenanceNotificationCause) (Key Field) Constraints: Not nullable, Maximum length: 4maintenanceNotificationItem(String maintenanceNotificationItem) (Key Field) Constraints: Not nullable, Maximum length: 4maintNotifCauseCodeGroup(String maintNotifCauseCodeGroup) Constraints: Not nullable, Maximum length: 8maintNotifCauseCodeGroupName(String maintNotifCauseCodeGroupName) Constraints: Not nullable, Maximum length: 40maintNotifCauseText(String maintNotifCauseText) Constraints: Not nullable, Maximum length: 40maintNotificationCauseCode(String maintNotificationCauseCode) Constraints: Not nullable, Maximum length: 4maintNotificationCauseCodeName(String maintNotificationCauseCodeName) Constraints: Not nullable, Maximum length: 40maintNotificationRootCause(String maintNotificationRootCause) Constraints: Not nullable, Maximum length: 1maintNotificationRootCauseText(String maintNotificationRootCauseText) Constraints: Not nullable, Maximum length: 60maintNotifItmCauseChgdDateTime(ZonedDateTime maintNotifItmCauseChgdDateTime) Constraints: Not nullable, Precision: 0maintNotifItmCauseCrtnDateTime(ZonedDateTime maintNotifItmCauseCrtnDateTime) Constraints: Not nullable, Precision: 0notif(MaintenanceNotification value) Navigation property to_Notif for MaintNotificationItemCause to single MaintenanceNotification.toString()
-
Method Details
-
item
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder item(MaintenanceNotificationItem value) Navigation property to_Item for MaintNotificationItemCause to single MaintenanceNotificationItem.- Parameters:
value- The MaintenanceNotificationItem to build this MaintNotificationItemCause with.- Returns:
- This Builder to allow for a fluent interface.
-
notif
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder notif(MaintenanceNotification value) Navigation property to_Notif for MaintNotificationItemCause to single MaintenanceNotification.- Parameters:
value- The MaintenanceNotification to build this MaintNotificationItemCause with.- Returns:
- This Builder to allow for a fluent interface.
-
maintenanceNotification
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintenanceNotification(@Nullable String maintenanceNotification) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenanceNotification
- Returns:
this.
-
maintenanceNotificationItem
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintenanceNotificationItem(@Nullable String maintenanceNotificationItem) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaintenanceNotificationItem
- Returns:
this.
-
maintenanceNotificationCause
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintenanceNotificationCause(@Nullable String maintenanceNotificationCause) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaintenanceNotificationCause
- Returns:
this.
-
maintNotifCauseText
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintNotifCauseText(@Nullable String maintNotifCauseText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MaintNotifCauseText
- Returns:
this.
-
maintNotifCauseCodeGroup
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintNotifCauseCodeGroup(@Nullable String maintNotifCauseCodeGroup) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: MaintNotifCauseCodeGroup
- Returns:
this.
-
maintNotifCauseCodeGroupName
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintNotifCauseCodeGroupName(@Nullable String maintNotifCauseCodeGroupName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MaintNotifCauseCodeGroupName
- Returns:
this.
-
maintNotificationCauseCode
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintNotificationCauseCode(@Nullable String maintNotificationCauseCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: MaintNotificationCauseCode
- Returns:
this.
-
maintNotificationCauseCodeName
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintNotificationCauseCodeName(@Nullable String maintNotificationCauseCodeName) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: MaintNotificationCauseCodeName
- Returns:
this.
-
maintNotificationRootCause
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintNotificationRootCause(@Nullable String maintNotificationRootCause) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: MaintNotificationRootCause
- Returns:
this.
-
maintNotificationRootCauseText
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintNotificationRootCauseText(@Nullable String maintNotificationRootCauseText) Constraints: Not nullable, Maximum length: 60Original property name from the Odata EDM: MaintNotificationRootCauseText
- Returns:
this.
-
isDeleted
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder isDeleted(@Nullable Boolean isDeleted) Constraints: noneOriginal property name from the Odata EDM: IsDeleted
- Returns:
this.
-
maintNotifItmCauseChgdDateTime
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintNotifItmCauseChgdDateTime(@Nullable ZonedDateTime maintNotifItmCauseChgdDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: MaintNotifItmCauseChgdDateTime
- Returns:
this.
-
maintNotifItmCauseCrtnDateTime
@Nonnull public MaintNotificationItemCause.MaintNotificationItemCauseBuilder maintNotifItmCauseCrtnDateTime(@Nullable ZonedDateTime maintNotifItmCauseCrtnDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: MaintNotifItmCauseCrtnDateTime
- Returns:
this.
-
build
-
toString
-