Class WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder
java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.workcenter.WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder
- Enclosing class:
- WorkCenterCapacityDescription
public static final class WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder
extends Object
Helper class to allow for fluent creation of WorkCenterCapacityDescription instances.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()capacityCategoryAllocation(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: 7capacityText(String capacityText) Constraints: Not nullable, Maximum length: 40capHeader(WorkCenterCapacity value) Navigation property _CapHeader for WorkCenterCapacityDescription to single WorkCenterCapacity.header(WorkCenterHeader value) Navigation property _Header for WorkCenterCapacityDescription to single WorkCenterHeader.(Key Field) Constraints: Not nullable, Maximum length: 2toString()workCenterInternalID(String workCenterInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8workCenterTypeCode(String workCenterTypeCode) (Key Field) Constraints: Not nullable, Maximum length: 2
-
Method Details
-
capHeader
@Nonnull public WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder capHeader(WorkCenterCapacity value) Navigation property _CapHeader for WorkCenterCapacityDescription to single WorkCenterCapacity.- Parameters:
value- The WorkCenterCapacity to build this WorkCenterCapacityDescription with.- Returns:
- This Builder to allow for a fluent interface.
-
header
@Nonnull public WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder header(WorkCenterHeader value) Navigation property _Header for WorkCenterCapacityDescription to single WorkCenterHeader.- Parameters:
value- The WorkCenterHeader to build this WorkCenterCapacityDescription with.- Returns:
- This Builder to allow for a fluent interface.
-
workCenterInternalID
@Nonnull public WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder workCenterInternalID(@Nullable String workCenterInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: WorkCenterInternalID
- Returns:
this.
-
workCenterTypeCode
@Nonnull public WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder workCenterTypeCode(@Nullable String workCenterTypeCode) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: WorkCenterTypeCode
- Returns:
this.
-
capacityCategoryAllocation
@Nonnull public WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder capacityCategoryAllocation(@Nullable String capacityCategoryAllocation) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: CapacityCategoryAllocation
- Returns:
this.
-
capacityInternalID
@Nonnull public WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder capacityInternalID(@Nullable String capacityInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: CapacityInternalID
- Returns:
this.
-
language
@Nonnull public WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder language(@Nullable String language) (Key Field) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: Language
- Returns:
this.
-
capacityText
@Nonnull public WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder capacityText(@Nullable String capacityText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: CapacityText
- Returns:
this.
-
capacityLastChangeDateTime
@Nonnull public WorkCenterCapacityDescription.WorkCenterCapacityDescriptionBuilder capacityLastChangeDateTime(@Nullable OffsetDateTime capacityLastChangeDateTime) Constraints: Nullable, Precision: 7Original property name from the Odata EDM: CapacityLastChangeDateTime
- Returns:
this.
-
build
-
toString
-