Class InspectionOperation.InspectionOperationBuilder

java.lang.Object
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.qualityinspectiondata.InspectionOperation.InspectionOperationBuilder
Enclosing class:
InspectionOperation

public static class InspectionOperation.InspectionOperationBuilder extends Object
  • Method Details

    • inspectionLot

      @Nonnull public InspectionOperation.InspectionOperationBuilder inspectionLot(@Nullable String inspectionLot)
      (Key Field) Constraints: Not nullable, Maximum length: 12

      Original 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: 8

      Original property name from the Odata EDM: InspPlanOperationInternalID

      Returns:
      this.
    • orderInternalBillOfOperations

      @Nonnull public InspectionOperation.InspectionOperationBuilder orderInternalBillOfOperations(@Nullable String orderInternalBillOfOperations)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: OrderInternalBillOfOperations

      Returns:
      this.
    • inspectionOperation

      @Nonnull public InspectionOperation.InspectionOperationBuilder inspectionOperation(@Nullable String inspectionOperation)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: InspectionOperation

      Returns:
      this.
    • inspectionOperationPlant

      @Nonnull public InspectionOperation.InspectionOperationBuilder inspectionOperationPlant(@Nullable String inspectionOperationPlant)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: InspectionOperationPlant

      Returns:
      this.
    • billOfOperationsType

      @Nonnull public InspectionOperation.InspectionOperationBuilder billOfOperationsType(@Nullable String billOfOperationsType)
      Constraints: Not nullable, Maximum length: 1

      Original property name from the Odata EDM: BillOfOperationsType

      Returns:
      this.
    • bOOOperationInternalID

      @Nonnull public InspectionOperation.InspectionOperationBuilder bOOOperationInternalID(@Nullable String bOOOperationInternalID)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: BOOOperationInternalID

      Returns:
      this.
    • workCenterInternalID

      @Nonnull public InspectionOperation.InspectionOperationBuilder workCenterInternalID(@Nullable String workCenterInternalID)
      Constraints: Not nullable, Maximum length: 8

      Original property name from the Odata EDM: WorkCenterInternalID

      Returns:
      this.
    • statusObject

      @Nonnull public InspectionOperation.InspectionOperationBuilder statusObject(@Nullable String statusObject)
      Constraints: Not nullable, Maximum length: 22

      Original property name from the Odata EDM: StatusObject

      Returns:
      this.
    • operationControlProfile

      @Nonnull public InspectionOperation.InspectionOperationBuilder operationControlProfile(@Nullable String operationControlProfile)
      Constraints: Not nullable, Maximum length: 4

      Original property name from the Odata EDM: OperationControlProfile

      Returns:
      this.
    • operationConfirmation

      @Nonnull public InspectionOperation.InspectionOperationBuilder operationConfirmation(@Nullable String operationConfirmation)
      Constraints: Not nullable, Maximum length: 10

      Original property name from the Odata EDM: OperationConfirmation

      Returns:
      this.
    • inspectionSubSystem

      @Nonnull public InspectionOperation.InspectionOperationBuilder inspectionSubSystem(@Nullable String inspectionSubSystem)
      Constraints: Not nullable, Maximum length: 6

      Original property name from the Odata EDM: InspectionSubSystem

      Returns:
      this.
    • operationText

      @Nonnull public InspectionOperation.InspectionOperationBuilder operationText(@Nullable String operationText)
      Constraints: Not nullable, Maximum length: 40

      Original property name from the Odata EDM: OperationText

      Returns:
      this.
    • build

      @Nonnull public InspectionOperation build()
    • toString

      @Nonnull public String toString()
      Overrides:
      toString in class Object