Class InspSampleCharacteristic.InspSampleCharacteristicBuilder
- Enclosing class:
- InspSampleCharacteristic
-
Method Summary
Modifier and TypeMethodDescriptionbuild()changedDateTime(ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0inspectionCharacteristic(String inspectionCharacteristic) (Key Field) Constraints: Not nullable, Maximum length: 4inspectionCharacteristicStatus(String inspectionCharacteristicStatus) Constraints: Not nullable, Maximum length: 1inspectionLot(String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12inspectionSampleSize(Integer inspectionSampleSize) Constraints: noneinspectionSeverity(String inspectionSeverity) Constraints: Not nullable, Maximum length: 3inspectionSubsetInternalID(String inspectionSubsetInternalID) (Key Field) Constraints: Not nullable, Maximum length: 6inspLotDynRuleStage(String inspLotDynRuleStage) Constraints: Not nullable, Maximum length: 4inspPlanOperationInternalID(String inspPlanOperationInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8inspSampleAcceptanceNumber(Short inspSampleAcceptanceNumber) Constraints: noneinspSampleRejectionNumber(Short inspSampleRejectionNumber) Constraints: noneinspSampleValuationRule(String inspSampleValuationRule) Constraints: Not nullable, Maximum length: 2inspSubsetCharcCreationDate(LocalDateTime inspSubsetCharcCreationDate) Constraints: Not nullable, Precision: 0qualityControlChart(String qualityControlChart) Constraints: Not nullable, Maximum length: 12toString()
-
Method Details
-
inspectionLot
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionLot(@Nullable String inspectionLot) (Key Field) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: InspectionLot
- Returns:
this.
-
inspPlanOperationInternalID
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspPlanOperationInternalID(@Nullable String inspPlanOperationInternalID) (Key Field) Constraints: Not nullable, Maximum length: 8Original property name from the Odata EDM: InspPlanOperationInternalID
- Returns:
this.
-
inspectionCharacteristic
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionCharacteristic(@Nullable String inspectionCharacteristic) (Key Field) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspectionCharacteristic
- Returns:
this.
-
inspectionSubsetInternalID
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionSubsetInternalID(@Nullable String inspectionSubsetInternalID) (Key Field) Constraints: Not nullable, Maximum length: 6Original property name from the Odata EDM: InspectionSubsetInternalID
- Returns:
this.
-
inspectionCharacteristicStatus
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionCharacteristicStatus(@Nullable String inspectionCharacteristicStatus) Constraints: Not nullable, Maximum length: 1Original property name from the Odata EDM: InspectionCharacteristicStatus
- Returns:
this.
-
qualityControlChart
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder qualityControlChart(@Nullable String qualityControlChart) Constraints: Not nullable, Maximum length: 12Original property name from the Odata EDM: QualityControlChart
- Returns:
this.
-
inspSampleAcceptanceNumber
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspSampleAcceptanceNumber(@Nullable Short inspSampleAcceptanceNumber) Constraints: noneOriginal property name from the Odata EDM: InspSampleAcceptanceNumber
- Returns:
this.
-
inspSampleRejectionNumber
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspSampleRejectionNumber(@Nullable Short inspSampleRejectionNumber) Constraints: noneOriginal property name from the Odata EDM: InspSampleRejectionNumber
- Returns:
this.
-
inspSampleValuationRule
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspSampleValuationRule(@Nullable String inspSampleValuationRule) Constraints: Not nullable, Maximum length: 2Original property name from the Odata EDM: InspSampleValuationRule
- Returns:
this.
-
inspectionSampleSize
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionSampleSize(@Nullable Integer inspectionSampleSize) Constraints: noneOriginal property name from the Odata EDM: InspectionSampleSize
- Returns:
this.
-
inspLotDynRuleStage
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspLotDynRuleStage(@Nullable String inspLotDynRuleStage) Constraints: Not nullable, Maximum length: 4Original property name from the Odata EDM: InspLotDynRuleStage
- Returns:
this.
-
inspectionSeverity
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspectionSeverity(@Nullable String inspectionSeverity) Constraints: Not nullable, Maximum length: 3Original property name from the Odata EDM: InspectionSeverity
- Returns:
this.
-
inspSubsetCharcCreationDate
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder inspSubsetCharcCreationDate(@Nullable LocalDateTime inspSubsetCharcCreationDate) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: InspSubsetCharcCreationDate
- Returns:
this.
-
changedDateTime
@Nonnull public InspSampleCharacteristic.InspSampleCharacteristicBuilder changedDateTime(@Nullable ZonedDateTime changedDateTime) Constraints: Not nullable, Precision: 0Original property name from the Odata EDM: ChangedDateTime
- Returns:
this.
-
build
-
toString
-