Class WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder
- Enclosing class:
- WorkCenterAllCapacity_2
-
Method Summary
Modifier and TypeMethodDescriptionbuild()capacity(WorkCenterCapacity value) Navigation property to_Capacity for WorkCenterAllCapacity_2 to single WorkCenterCapacity.capacityCategoryAllocation(String capacityCategoryAllocation) (Key Field) Constraints: Not nullable, Maximum length: 4capacityInternalID(String capacityInternalID) Constraints: Not nullable, Maximum length: 8otherCapRequirementFormula(String otherCapRequirementFormula) Constraints: Not nullable, Maximum length: 6Constraints: Not nullable, Maximum length: 4procgCapRequirementFormula(String procgCapRequirementFormula) Constraints: Not nullable, Maximum length: 6setupCapRequirementFormula(String setupCapRequirementFormula) Constraints: Not nullable, Maximum length: 6teardownCapRequirementFormula(String teardownCapRequirementFormula) Constraints: Not nullable, Maximum length: 6toString()workCenter(String workCenter) Constraints: Not nullable, Maximum length: 8workCenterCategoryCode(String workCenterCategoryCode) Constraints: Not nullable, Maximum length: 4workCenterInternalID(String workCenterInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8workCenterLastChangeDateTime(ZonedDateTime workCenterLastChangeDateTime) Constraints: Not nullable, Precision: 7workCenterQueuingOp(WorkCenterCapPplineOp... value) Navigation property to_WorkCenterQueuingOp for WorkCenterAllCapacity_2 to multiple WorkCenterCapPplineOp.workCenterTodayOp(WorkCenterCapDayOp... value) Navigation property to_WorkCenterTodayOp for WorkCenterAllCapacity_2 to multiple WorkCenterCapDayOp.workCenterTypeCode(String workCenterTypeCode) (Key Field) Constraints: Not nullable, Maximum length: 2
-
Method Details
-
capacity
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder capacity(WorkCenterCapacity value) Navigation property to_Capacity for WorkCenterAllCapacity_2 to single WorkCenterCapacity.- Parameters:
value- The WorkCenterCapacity to build this WorkCenterAllCapacity_2 with.- Returns:
- This Builder to allow for a fluent interface.
-
workCenterQueuingOp
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder workCenterQueuingOp(WorkCenterCapPplineOp... value) Navigation property to_WorkCenterQueuingOp for WorkCenterAllCapacity_2 to multiple WorkCenterCapPplineOp.- Parameters:
value- The WorkCenterCapPplineOps to build this WorkCenterAllCapacity_2 with.- Returns:
- This Builder to allow for a fluent interface.
-
workCenterTodayOp
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder workCenterTodayOp(WorkCenterCapDayOp... value) Navigation property to_WorkCenterTodayOp for WorkCenterAllCapacity_2 to multiple WorkCenterCapDayOp.- Parameters:
value- The WorkCenterCapDayOps to build this WorkCenterAllCapacity_2 with.- Returns:
- This Builder to allow for a fluent interface.
-
workCenterInternalID
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder workCenterInternalID(@Nullable String workCenterInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: WorkCenterInternalID
- Returns:
this.
-
workCenterTypeCode
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder workCenterTypeCode(@Nullable String workCenterTypeCode) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: WorkCenterTypeCode
- Returns:
this.
-
capacityCategoryAllocation
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder capacityCategoryAllocation(@Nullable String capacityCategoryAllocation) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CapacityCategoryAllocation
- Returns:
this.
-
plant
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder plant(@Nullable String plant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: Plant
- Returns:
this.
-
workCenterCategoryCode
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder workCenterCategoryCode(@Nullable String workCenterCategoryCode) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: WorkCenterCategoryCode
- Returns:
this.
-
workCenter
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder workCenter(@Nullable String workCenter) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: WorkCenter
- Returns:
this.
-
capacityInternalID
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder capacityInternalID(@Nullable String capacityInternalID) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CapacityInternalID
- Returns:
this.
-
setupCapRequirementFormula
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder setupCapRequirementFormula(@Nullable String setupCapRequirementFormula) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: SetupCapRequirementFormula
- Returns:
this.
-
procgCapRequirementFormula
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder procgCapRequirementFormula(@Nullable String procgCapRequirementFormula) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: ProcgCapRequirementFormula
- Returns:
this.
-
teardownCapRequirementFormula
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder teardownCapRequirementFormula(@Nullable String teardownCapRequirementFormula) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: TeardownCapRequirementFormula
- Returns:
this.
-
otherCapRequirementFormula
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder otherCapRequirementFormula(@Nullable String otherCapRequirementFormula) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: OtherCapRequirementFormula
- Returns:
this.
-
workCenterLastChangeDateTime
@Nonnull public WorkCenterAllCapacity_2.WorkCenterAllCapacity_2Builder workCenterLastChangeDateTime(@Nullable ZonedDateTime workCenterLastChangeDateTime) Constraints: Not nullable, Precision: 7Original property name from the Odata EDM: WorkCenterLastChangeDateTime
- Returns:
this.
-
build
-
toString
-