Modifier and Type | Field and Description |
---|---|
static InspectionCharacteristicLink<InspectionResultValue> |
InspectionCharacteristic.TO_INSP_RESULT_VALUE
Use with available fluent helpers to apply the to_InspResultValue navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
InspectionResultValue |
InspectionResultValue.InspectionResultValueBuilder.build() |
protected InspectionResultValue |
InspectionResultValueUpdateFluentHelper.getEntity() |
protected InspectionResultValue |
InspectionResultValueCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<InspectionResultValue> |
InspectionCharacteristic.fetchInspResultValue()
Fetches the InspectionResultValue entities (one to many) associated with this entity.
|
protected Class<InspectionResultValue> |
InspectionResultValueByKeyFluentHelper.getEntityClass() |
protected Class<InspectionResultValue> |
InspectionResultValueFluentHelper.getEntityClass() |
io.vavr.control.Option<List<InspectionResultValue>> |
InspectionCharacteristic.getInspResultValueIfPresent()
Retrieval of associated InspectionResultValue entities (one to many).
|
List<InspectionResultValue> |
InspectionCharacteristic.getInspResultValueOrFetch()
Retrieval of associated InspectionResultValue entities (one to many).
|
Class<InspectionResultValue> |
InspectionResultValue.getType() |
Modifier and Type | Method and Description |
---|---|
void |
InspectionCharacteristic.addInspResultValue(InspectionResultValue... entity)
Adds elements to the list of associated InspectionResultValue entities.
|
InspectionCharacteristic.InspectionCharacteristicBuilder |
InspectionCharacteristic.InspectionCharacteristicBuilder.inspResultValue(InspectionResultValue... value)
Navigation property to_InspResultValue for InspectionCharacteristic to multiple
InspectionResultValue.
|
Modifier and Type | Method and Description |
---|---|
void |
InspectionCharacteristic.setInspResultValue(List<InspectionResultValue> value)
Overwrites the list of associated InspectionResultValue entities for the loaded navigation property
to_InspResultValue.
|
Constructor and Description |
---|
InspectionResultValueCreateFluentHelper(String servicePath,
InspectionResultValue entity)
Creates a fluent helper object that will create a
InspectionResultValue entity on the OData endpoint. |
InspectionResultValueUpdateFluentHelper(String servicePath,
InspectionResultValue entity)
Creates a fluent helper object that will update a
InspectionResultValue entity on the OData endpoint. |
Constructor and Description |
---|
InspectionCharacteristic(String inspectionLot,
String inspPlanOperationInternalID,
String inspectionCharacteristic,
String inspectionSpecificationText,
String hasInspCharcPrtlSmpl,
Boolean inspSpecIsQuantitative,
String inspSpecIsMeasuredValueRqd,
String inspSpecIsSelectedSetRequired,
String inspSpecIsLongTermInspection,
String inspSpecRecordingType,
String inspResultIsDocumentationRqd,
String inspSpecCharcCategory,
String inspSpecResultCalculation,
Boolean inspCharcIsNotPlanned,
String inspectionMethod,
String inspectionMethodPlant,
String inspectionMethodVersion,
String inspectionSpecificationPlant,
String inspectionSpecification,
String inspectionSpecificationVersion,
String inspectionCharacteristicStatus,
Short inspSpecDecimalPlaces,
String inspectionSpecificationUnit,
String inspSampleValuationRule,
String quantityUnit,
Integer inspCharacteristicSampleSize,
String inspCharacteristicSampleUnit,
BigDecimal inspSpecSampleQuantityFactor,
Double inspSpecTargetValue,
String inspSpecFrmtdTargetValue,
String inspSpecHasTargetValue,
Double inspSpecUpperLimit,
String inspSpecFrmtdUpperLimit,
String inspSpecHasUpperLimit,
Double inspSpecLowerLimit,
String inspSpecFrmtdLowerLimit,
String inspSpecHasLowerLimit,
String inspSpecImportanceCode,
String inspLotTestEquipInternalID,
String selectedCodeSet,
String selectedCodeSetPlant,
String inspectorQualification,
String inspSpecInformationField1,
String inspSpecInformationField2,
String inspSpecInformationField3,
BigDecimal inspectionScope,
String inspSpecControlIndicators,
String characteristicAttributeCatalog,
String unplndCharcInspSubsetIntID,
String inspLotDynamicRule,
ZonedDateTime changedDateTime,
List<InspectionResultValue> toInspResultValue,
List<InspSampleResult> toInspSmplResult) |
Modifier and Type | Method and Description |
---|---|
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.createInspectionResultValue(InspectionResultValue inspectionResultValue)
Create a new
InspectionResultValue entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.createInspectionResultValue(InspectionResultValue inspectionResultValue)
Create a new
InspectionResultValue entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
DefaultQualityInspectionDataServiceBatchChangeSet.updateInspectionResultValue(InspectionResultValue inspectionResultValue)
Update an existing
InspectionResultValue entity and save it to the S/4HANA system. |
QualityInspectionDataServiceBatchChangeSet |
QualityInspectionDataServiceBatchChangeSet.updateInspectionResultValue(InspectionResultValue inspectionResultValue)
Update an existing
InspectionResultValue entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<InspectionResultValue> |
InspectionResultValueOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected InspectionResultValueLink<ObjectT> |
InspectionResultValueLink.translateLinkType(EntityLink<InspectionResultValueLink<ObjectT>,InspectionResultValue,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
InspectionResultValueCreateFluentHelper |
DefaultQualityInspectionDataService.createInspectionResultValue(InspectionResultValue inspectionResultValue) |
InspectionResultValueCreateFluentHelper |
QualityInspectionDataService.createInspectionResultValue(InspectionResultValue inspectionResultValue)
Create a new
InspectionResultValue entity and save it to the S/4HANA system. |
InspectionResultValueUpdateFluentHelper |
DefaultQualityInspectionDataService.updateInspectionResultValue(InspectionResultValue inspectionResultValue) |
InspectionResultValueUpdateFluentHelper |
QualityInspectionDataService.updateInspectionResultValue(InspectionResultValue inspectionResultValue)
Update an existing
InspectionResultValue entity and save it to the S/4HANA system. |
Copyright © 2020 SAP SE. All rights reserved.