Class WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder
- Enclosing class:
- WorkCenterCapacityInterval_2
-
Method Summary
Modifier and TypeMethodDescriptionavailableCapacityIntervalDurn(String availableCapacityIntervalDurn) Constraints: Not nullable, Maximum length: 2build()capacityActiveVersion(String capacityActiveVersion) (Key Field) Constraints: Not nullable, Maximum length: 2capacityInternalID(String capacityInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8capacityLastChangeDateTime(ZonedDateTime capacityLastChangeDateTime) Constraints: Not nullable, Precision: 7capacityNumberOfCapacities(Short capacityNumberOfCapacities) Constraints: nonecapacityNumberOfShifts(String capacityNumberOfShifts) Constraints: Not nullable, Maximum length: 1capacityPlanUtilizationPercent(String capacityPlanUtilizationPercent) Constraints: Not nullable, Maximum length: 3capacityShift(WorkCenterCapacityShift_2... value) Navigation property to_CapacityShift for WorkCenterCapacityInterval_2 to multiple WorkCenterCapacityShift_2.intervalEndDate(LocalDateTime intervalEndDate) (Key Field) Constraints: Not nullable, Precision: 0intervalStartDate(LocalDateTime intervalStartDate) Constraints: Not nullable, Precision: 0shiftSequence(String shiftSequence) Constraints: Not nullable, Maximum length: 4stdAvailableCapacityIsValid(Boolean stdAvailableCapacityIsValid) Constraints: nonetoString()workDayRule(String workDayRule) Constraints: Not nullable, Maximum length: 1
-
Method Details
-
capacityShift
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder capacityShift(WorkCenterCapacityShift_2... value) Navigation property to_CapacityShift for WorkCenterCapacityInterval_2 to multiple WorkCenterCapacityShift_2.- Parameters:
value- The WorkCenterCapacityShift_2s to build this WorkCenterCapacityInterval_2 with.- Returns:
- This Builder to allow for a fluent interface.
-
capacityInternalID
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder capacityInternalID(@Nullable String capacityInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CapacityInternalID
- Returns:
this.
-
capacityActiveVersion
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder capacityActiveVersion(@Nullable String capacityActiveVersion) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: CapacityActiveVersion
- Returns:
this.
-
intervalEndDate
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder intervalEndDate(@Nullable LocalDateTime intervalEndDate) (Key Field) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: IntervalEndDate
- Returns:
this.
-
intervalStartDate
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder intervalStartDate(@Nullable LocalDateTime intervalStartDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: IntervalStartDate
- Returns:
this.
-
stdAvailableCapacityIsValid
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder stdAvailableCapacityIsValid(@Nullable Boolean stdAvailableCapacityIsValid) Constraints: noneOriginal property name from the Odata EDM: StdAvailableCapacityIsValid
- Returns:
this.
-
availableCapacityIntervalDurn
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder availableCapacityIntervalDurn(@Nullable String availableCapacityIntervalDurn) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: AvailableCapacityIntervalDurn
- Returns:
this.
-
shiftSequence
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder shiftSequence(@Nullable String shiftSequence) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: ShiftSequence
- Returns:
this.
-
workDayRule
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder workDayRule(@Nullable String workDayRule) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: WorkDayRule
- Returns:
this.
-
capacityNumberOfShifts
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder capacityNumberOfShifts(@Nullable String capacityNumberOfShifts) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: CapacityNumberOfShifts
- Returns:
this.
-
capacityNumberOfCapacities
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder capacityNumberOfCapacities(@Nullable Short capacityNumberOfCapacities) Constraints: noneOriginal property name from the Odata EDM: CapacityNumberOfCapacities
- Returns:
this.
-
capacityPlanUtilizationPercent
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder capacityPlanUtilizationPercent(@Nullable String capacityPlanUtilizationPercent) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: CapacityPlanUtilizationPercent
- Returns:
this.
-
capacityLastChangeDateTime
@Nonnull public WorkCenterCapacityInterval_2.WorkCenterCapacityInterval_2Builder capacityLastChangeDateTime(@Nullable ZonedDateTime capacityLastChangeDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: CapacityLastChangeDateTime
- Returns:
this.
-
build
-
toString
-