Class MaintenancePlanSchedule.MaintenancePlanScheduleBuilder
- Enclosing class:
- MaintenancePlanSchedule
-
Method Summary
Modifier and TypeMethodDescriptionbuild()completionDate(LocalDateTime completionDate) Constraints: Not nullable, Precision: 0completionTime(LocalTime completionTime) Constraints: Not nullable, Precision: 0cycleSetSequence(String cycleSetSequence) Constraints: Not nullable, Maximum length: 2maintCallCompltnCntrRdng(Double maintCallCompltnCntrRdng) Constraints: nonemaintCallHorizonIsNotReached(Boolean maintCallHorizonIsNotReached) Constraints: nonemaintCallIsInvokedOnPlndDate(Boolean maintCallIsInvokedOnPlndDate) Constraints: nonemaintenanceCallDate(LocalDateTime maintenanceCallDate) Constraints: Not nullable, Precision: 0maintenanceCallIsOutstanding(Boolean maintenanceCallIsOutstanding) Constraints: nonemaintenanceCallLastPlannedDate(LocalDateTime maintenanceCallLastPlannedDate) Constraints: Not nullable, Precision: 0maintenanceCallNextPlannedDate(LocalDateTime maintenanceCallNextPlannedDate) Constraints: Not nullable, Precision: 0maintenancePackage(String maintenancePackage) (Key Field) Constraints: Not nullable, Maximum length: 2maintenancePlan(String maintenancePlan) (Key Field) Constraints: Not nullable, Maximum length: 12maintenancePlanCallNumber(Integer maintenancePlanCallNumber) (Key Field) Constraints: Not nullableNavigation property to_MaintenancePlanCallObjects for MaintenancePlanSchedule to multiple MaintenancePlanCallObject.maintenancePlanManualCallDate(LocalDateTime maintenancePlanManualCallDate) Constraints: Not nullable, Precision: 0maintenanceTaskPerformanceUnit(String maintenanceTaskPerformanceUnit) Constraints: Not nullable, Maximum length: 3maintPlanLastScheduledDate(LocalDateTime maintPlanLastScheduledDate) Constraints: Not nullable, Precision: 0maintPlanPrdcssrCallCompltnDte(LocalDateTime maintPlanPrdcssrCallCompltnDte) Constraints: Not nullable, Precision: 0maintPlnCnctntdDuePackagesTxt(String maintPlnCnctntdDuePackagesTxt) Constraints: Not nullable, Maximum length: 256measuringPoint(String measuringPoint) Constraints: Not nullable, Maximum length: 12releasedByUserName(String releasedByUserName) Constraints: Not nullable, Maximum length: 12schedulingStatus(String schedulingStatus) Constraints: Not nullable, Maximum length: 1schedulingType(String schedulingType) Constraints: Not nullable, Maximum length: 1toString()
-
Method Details
-
maintenancePlanCallObjects
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenancePlanCallObjects(MaintenancePlanCallObject... value) Navigation property to_MaintenancePlanCallObjects for MaintenancePlanSchedule to multiple MaintenancePlanCallObject.- Parameters:
value- The MaintenancePlanCallObjects to build this MaintenancePlanSchedule with.- Returns:
- This Builder to allow for a fluent interface.
-
maintenancePlan
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenancePlan(@Nullable String maintenancePlan) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MaintenancePlan
- Returns:
this.
-
maintenancePlanCallNumber
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenancePlanCallNumber(@Nullable Integer maintenancePlanCallNumber) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: MaintenancePlanCallNumber
- Returns:
this.
-
maintenancePackage
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenancePackage(@Nullable String maintenancePackage) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: MaintenancePackage
- Returns:
this.
-
schedulingType
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder schedulingType(@Nullable String schedulingType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SchedulingType
- Returns:
this.
-
schedulingStatus
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder schedulingStatus(@Nullable String schedulingStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: SchedulingStatus
- Returns:
this.
-
measuringPoint
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder measuringPoint(@Nullable String measuringPoint) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: MeasuringPoint
- Returns:
this.
-
maintenanceTaskPerformanceUnit
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenanceTaskPerformanceUnit(@Nullable String maintenanceTaskPerformanceUnit) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: MaintenanceTaskPerformanceUnit
- Returns:
this.
-
maintenanceCallNextPlannedDate
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenanceCallNextPlannedDate(@Nullable LocalDateTime maintenanceCallNextPlannedDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: MaintenanceCallNextPlannedDate
- Returns:
this.
-
maintenanceCallDate
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenanceCallDate(@Nullable LocalDateTime maintenanceCallDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: MaintenanceCallDate
- Returns:
this.
-
completionDate
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder completionDate(@Nullable LocalDateTime completionDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CompletionDate
- Returns:
this.
-
completionTime
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder completionTime(@Nullable LocalTime completionTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: CompletionTime
- Returns:
this.
-
cycleSetSequence
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder cycleSetSequence(@Nullable String cycleSetSequence) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CycleSetSequence
- Returns:
this.
-
maintCallCompltnCntrRdng
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintCallCompltnCntrRdng(@Nullable Double maintCallCompltnCntrRdng) Constraints: noneOriginal property name from the Odata EDM: MaintCallCompltnCntrRdng
- Returns:
this.
-
maintenanceCallIsOutstanding
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenanceCallIsOutstanding(@Nullable Boolean maintenanceCallIsOutstanding) Constraints: noneOriginal property name from the Odata EDM: MaintenanceCallIsOutstanding
- Returns:
this.
-
maintCallIsInvokedOnPlndDate
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintCallIsInvokedOnPlndDate(@Nullable Boolean maintCallIsInvokedOnPlndDate) Constraints: noneOriginal property name from the Odata EDM: MaintCallIsInvokedOnPlndDate
- Returns:
this.
-
maintCallHorizonIsNotReached
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintCallHorizonIsNotReached(@Nullable Boolean maintCallHorizonIsNotReached) Constraints: noneOriginal property name from the Odata EDM: MaintCallHorizonIsNotReached
- Returns:
this.
-
maintPlanLastScheduledDate
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintPlanLastScheduledDate(@Nullable LocalDateTime maintPlanLastScheduledDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: MaintPlanLastScheduledDate
- Returns:
this.
-
releasedByUserName
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder releasedByUserName(@Nullable String releasedByUserName) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: ReleasedByUserName
- Returns:
this.
-
maintPlnCnctntdDuePackagesTxt
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintPlnCnctntdDuePackagesTxt(@Nullable String maintPlnCnctntdDuePackagesTxt) Constraints: Not nullable, Maximum length: 256Original property name from the Odata EDM: MaintPlnCnctntdDuePackagesTxt
- Returns:
this.
-
maintPlanPrdcssrCallCompltnDte
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintPlanPrdcssrCallCompltnDte(@Nullable LocalDateTime maintPlanPrdcssrCallCompltnDte) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: MaintPlanPrdcssrCallCompltnDte
- Returns:
this.
-
maintenancePlanManualCallDate
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenancePlanManualCallDate(@Nullable LocalDateTime maintenancePlanManualCallDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: MaintenancePlanManualCallDate
- Returns:
this.
-
maintenanceCallLastPlannedDate
@Nonnull public MaintenancePlanSchedule.MaintenancePlanScheduleBuilder maintenanceCallLastPlannedDate(@Nullable LocalDateTime maintenanceCallLastPlannedDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: MaintenanceCallLastPlannedDate
- Returns:
this.
-
build
-
toString
-