Class WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder
- Enclosing class:
- WorkCenterCapacityShift
-
Method Summary
Modifier and TypeMethodDescriptionavailableCapacityShift(String availableCapacityShift) (Key Field) Constraints: Not nullable, Maximum length: 1build()capacityActiveVersion(String capacityActiveVersion) (Key Field) Constraints: Not nullable, Maximum length: 2capacityBreakDuration(Integer capacityBreakDuration) Constraints: Not nullablecapacityCategoryAllocation(String capacityCategoryAllocation) (Key Field) Constraints: Not nullable, Maximum length: 4capacityInternalID(String capacityInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8capacityLastChangeDateTime(OffsetDateTime capacityLastChangeDateTime) Constraints: Nullable, Precision: 7capacityNumberOfCapacities(Short capacityNumberOfCapacities) Constraints: Not nullablecapacityPlanUtilizationPercent(String capacityPlanUtilizationPercent) Constraints: Not nullable, Maximum length: 3header(WorkCenterHeader value) Navigation property _Header for WorkCenterCapacityShift to single WorkCenterHeader.Navigation property _Interval for WorkCenterCapacityShift to single WorkCenterCapacityInterval.intervalEndDate(LocalDate intervalEndDate) (Key Field) Constraints: Not nullableintervalStartDate(LocalDate intervalStartDate) Constraints: NullableoperatingDurationInSeconds(Integer operatingDurationInSeconds) Constraints: Not nullableshiftDefinition(String shiftDefinition) Constraints: Not nullable, Maximum length: 4shiftDefValidityEndDate(LocalDate shiftDefValidityEndDate) Constraints: NullableshiftDefValidityStartDate(LocalDate shiftDefValidityStartDate) Constraints: NullableshiftEndTime(LocalTime shiftEndTime) Constraints: Not nullableshiftStartTime(LocalTime shiftStartTime) Constraints: Not nullabletoString()totOperatingDurationInSeconds(Integer totOperatingDurationInSeconds) Constraints: Not nullable(Key Field) Constraints: Not nullable, Maximum length: 1workCenterInternalID(String workCenterInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8workCenterTypeCode(String workCenterTypeCode) (Key Field) Constraints: Not nullable, Maximum length: 2workDayRule(String workDayRule) Constraints: Not nullable, Maximum length: 1
-
Method Details
-
header
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder header(WorkCenterHeader value) Navigation property _Header for WorkCenterCapacityShift to single WorkCenterHeader.- Parameters:
value- The WorkCenterHeader to build this WorkCenterCapacityShift with.- Returns:
- This Builder to allow for a fluent interface.
-
interval
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder interval(WorkCenterCapacityInterval value) Navigation property _Interval for WorkCenterCapacityShift to single WorkCenterCapacityInterval.- Parameters:
value- The WorkCenterCapacityInterval to build this WorkCenterCapacityShift with.- Returns:
- This Builder to allow for a fluent interface.
-
workCenterInternalID
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder workCenterInternalID(@Nullable String workCenterInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: WorkCenterInternalID
- Returns:
this.
-
workCenterTypeCode
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder workCenterTypeCode(@Nullable String workCenterTypeCode) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: WorkCenterTypeCode
- Returns:
this.
-
capacityCategoryAllocation
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder capacityCategoryAllocation(@Nullable String capacityCategoryAllocation) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CapacityCategoryAllocation
- Returns:
this.
-
capacityInternalID
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder capacityInternalID(@Nullable String capacityInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CapacityInternalID
- Returns:
this.
-
capacityActiveVersion
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder capacityActiveVersion(@Nullable String capacityActiveVersion) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CapacityActiveVersion
- Returns:
this.
-
intervalEndDate
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder intervalEndDate(@Nullable LocalDate intervalEndDate) (Key Field) Constraints: Not nullableOriginal property name from the Odata EDM: IntervalEndDate
- Returns:
this.
-
weekDay
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder weekDay(@Nullable String weekDay) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: WeekDay
- Returns:
this.
-
availableCapacityShift
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder availableCapacityShift(@Nullable String availableCapacityShift) (Key Field) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: AvailableCapacityShift
- Returns:
this.
-
intervalStartDate
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder intervalStartDate(@Nullable LocalDate intervalStartDate) Constraints: NullableOriginal property name from the Odata EDM: IntervalStartDate
- Returns:
this.
-
workDayRule
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder workDayRule(@Nullable String workDayRule) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: WorkDayRule
- Returns:
this.
-
shiftDefinition
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder shiftDefinition(@Nullable String shiftDefinition) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ShiftDefinition
- Returns:
this.
-
shiftStartTime
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder shiftStartTime(@Nullable LocalTime shiftStartTime) Constraints: Not nullableOriginal property name from the Odata EDM: ShiftStartTime
- Returns:
this.
-
shiftEndTime
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder shiftEndTime(@Nullable LocalTime shiftEndTime) Constraints: Not nullableOriginal property name from the Odata EDM: ShiftEndTime
- Returns:
this.
-
shiftDefValidityStartDate
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder shiftDefValidityStartDate(@Nullable LocalDate shiftDefValidityStartDate) Constraints: NullableOriginal property name from the Odata EDM: ShiftDefValidityStartDate
- Returns:
this.
-
shiftDefValidityEndDate
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder shiftDefValidityEndDate(@Nullable LocalDate shiftDefValidityEndDate) Constraints: NullableOriginal property name from the Odata EDM: ShiftDefValidityEndDate
- Returns:
this.
-
capacityNumberOfCapacities
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder capacityNumberOfCapacities(@Nullable Short capacityNumberOfCapacities) Constraints: Not nullableOriginal property name from the Odata EDM: CapacityNumberOfCapacities
- Returns:
this.
-
capacityPlanUtilizationPercent
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder capacityPlanUtilizationPercent(@Nullable String capacityPlanUtilizationPercent) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CapacityPlanUtilizationPercent
- Returns:
this.
-
capacityBreakDuration
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder capacityBreakDuration(@Nullable Integer capacityBreakDuration) Constraints: Not nullableOriginal property name from the Odata EDM: CapacityBreakDuration
- Returns:
this.
-
operatingDurationInSeconds
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder operatingDurationInSeconds(@Nullable Integer operatingDurationInSeconds) Constraints: Not nullableOriginal property name from the Odata EDM: OperatingDurationInSeconds
- Returns:
this.
-
totOperatingDurationInSeconds
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder totOperatingDurationInSeconds(@Nullable Integer totOperatingDurationInSeconds) Constraints: Not nullableOriginal property name from the Odata EDM: TotOperatingDurationInSeconds
- Returns:
this.
-
capacityLastChangeDateTime
@Nonnull public WorkCenterCapacityShift.WorkCenterCapacityShiftBuilder capacityLastChangeDateTime(@Nullable OffsetDateTime capacityLastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CapacityLastChangeDateTime
- Returns:
this.
-
build
-
toString
-