Class InspectionOperation.InspectionOperationBuilder
- Enclosing class:
- InspectionOperation
-
Method Summary
Modifier and TypeMethodDescriptionbillOfOperationsType(String billOfOperationsType) Constraints: Not nullable, Maximum length: 1bOOOperationInternalID(String bOOOperationInternalID) Constraints: Not nullable, Maximum length: 8build()inspectionLot(String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12inspectionOperation(String inspectionOperation) Constraints: Not nullable, Maximum length: 4inspectionOperationPlant(String inspectionOperationPlant) Constraints: Not nullable, Maximum length: 4inspectionSubSystem(String inspectionSubSystem) Constraints: Not nullable, Maximum length: 6inspPlanOperationInternalID(String inspPlanOperationInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8operationConfirmation(String operationConfirmation) Constraints: Not nullable, Maximum length: 10operationControlProfile(String operationControlProfile) Constraints: Not nullable, Maximum length: 4operationText(String operationText) Constraints: Not nullable, Maximum length: 40orderInternalBillOfOperations(String orderInternalBillOfOperations) Constraints: Not nullable, Maximum length: 10statusObject(String statusObject) Constraints: Not nullable, Maximum length: 22toString()workCenterInternalID(String workCenterInternalID) Constraints: Not nullable, Maximum length: 8
-
Method Details
-
inspectionLot
@Nonnull public InspectionOperation.InspectionOperationBuilder inspectionLot(@Nullable String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: InspectionLot
- Returns:
this.
-
inspPlanOperationInternalID
@Nonnull public InspectionOperation.InspectionOperationBuilder inspPlanOperationInternalID(@Nullable String inspPlanOperationInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspPlanOperationInternalID
- Returns:
this.
-
orderInternalBillOfOperations
@Nonnull public InspectionOperation.InspectionOperationBuilder orderInternalBillOfOperations(@Nullable String orderInternalBillOfOperations) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: OrderInternalBillOfOperations
- Returns:
this.
-
inspectionOperation
@Nonnull public InspectionOperation.InspectionOperationBuilder inspectionOperation(@Nullable String inspectionOperation) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionOperation
- Returns:
this.
-
inspectionOperationPlant
@Nonnull public InspectionOperation.InspectionOperationBuilder inspectionOperationPlant(@Nullable String inspectionOperationPlant) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionOperationPlant
- Returns:
this.
-
billOfOperationsType
@Nonnull public InspectionOperation.InspectionOperationBuilder billOfOperationsType(@Nullable String billOfOperationsType) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: BillOfOperationsType
- Returns:
this.
-
bOOOperationInternalID
@Nonnull public InspectionOperation.InspectionOperationBuilder bOOOperationInternalID(@Nullable String bOOOperationInternalID) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: BOOOperationInternalID
- Returns:
this.
-
workCenterInternalID
@Nonnull public InspectionOperation.InspectionOperationBuilder workCenterInternalID(@Nullable String workCenterInternalID) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: WorkCenterInternalID
- Returns:
this.
-
statusObject
@Nonnull public InspectionOperation.InspectionOperationBuilder statusObject(@Nullable String statusObject) Constraints: Not nullable, Maximum length: 22Original property name from the Odata EDM: StatusObject
- Returns:
this.
-
operationControlProfile
@Nonnull public InspectionOperation.InspectionOperationBuilder operationControlProfile(@Nullable String operationControlProfile) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: OperationControlProfile
- Returns:
this.
-
operationConfirmation
@Nonnull public InspectionOperation.InspectionOperationBuilder operationConfirmation(@Nullable String operationConfirmation) Constraints: Not nullable, Maximum length: 10Original property name from the Odata EDM: OperationConfirmation
- Returns:
this.
-
inspectionSubSystem
@Nonnull public InspectionOperation.InspectionOperationBuilder inspectionSubSystem(@Nullable String inspectionSubSystem) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InspectionSubSystem
- Returns:
this.
-
operationText
@Nonnull public InspectionOperation.InspectionOperationBuilder operationText(@Nullable String operationText) Constraints: Not nullable, Maximum length: 40Original property name from the Odata EDM: OperationText
- Returns:
this.
-
build
-
toString
-